Interview cheduler is a web application for appointment booking. This project is heavy on front-end code and tests from static, unit and integration to E2E using Cypress while interacting with web sockets and database APIs.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8000/. - Go to http://localhost:8000/ in your browser.
- React
- Node 5.10.x or above
- Axios
- Classnames
npm start
npm test
npm run storybook