Scheduler is a modern client application using the React view library, created by Hefzul Bari a.k.a Ratul (https://github.com/RAtul14ApriL) as project requirement of Lighthouse Labs Web Development Bootcamp November 2021 West Cohort. Using this app users can book new interview, edit existing interviews and cancel an interview. This single page app is created using ReactJS, Webpack, Babel, Axios, WebSockets, Webpack Dev Server, PostgreSQL, Node JS, SASS and modern testing tools such as, Storybook, Jest, Cypress and React testing library.
This project is tested in different levels- i.e- static testing, unit testing, integration testing and end-to-end testing. Overall test coverage is 62%. All the core requirements have been covered.
https://github.com/RAtul14ApriL/scheduler
Clone from the project URL.
Then install dependencies with npm install.
npm startnpm testnpm run storybookPlease clone the repo https://github.com/RAtul14ApriL/scheduler-api and follow the instructions provided in README.md file to start the database api and the app work properly.
"classnames": "^2.2.6",
- "normalize.css": "^8.0.1",
- "react": "^16.9.0",
- "react-dom": "^16.9.0",
- "react-scripts": "3.0.0"
- "body-parser": "^1.18.3",
- "cors": "^2.8.5",
- "dotenv": "^7.0.0",
- "express": "^4.16.4",
- "helmet": "^3.18.0",
- "pg": "^8.5.0",
- "socket.io": "^2.2.0",
- "ws": "^7.0.0"




