Code Monkey home page Code Monkey logo

ec-ui's Introduction

ec-ui

Front-end part of the "ec" project

The "ec" project is a Single Page Application created for a psychologist Emilia Cwojdzińska. It was designed to provide the Emilia's customers with information about her areas of expertise, services she offers and - most importantly - a way to book an apointment online and pay for it in advance.

Libraries and frameworks used on the front end

  • react
  • react-transition-group (for css animations on component mounts/unmounts)
  • next (for server-side-rendering - to be SEO friendly and make all urls accessible without loading the main page)
  • moment (extended with moment-timezone - to stick to Emilia's local time regardless of the customer's timezone)
  • formik (form validation)
  • sass (to keep styles code more concise + to use variables and still be compatible with ie11)
  • dotenv (to use environmental variables locally)

Setup

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

For the appointment secheduler (Umów spotkanie in Polish) to work properly you need to have the ec-api running. Click here for instructions on that.

Once you have your ec-api back end running, you have to create a file named .env in the main ec-ui directory and paste the following code (this is the default url of the ec-api running locally):

API_URL="http://localhost:3001/api/"

Installing and running

To run this project, install it locally using npm:

$ npm install
$ npm run dev

Link to back-end part of the "ec" project

ec-api

Link to the website

emiliacwojdzinska.pl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.