Interview Scheduler is an application that helps to plan appointments. Depending on the day there are several interviewers who can speak to a student during an available time. The application allows to book appointment at one of five 1-hour timeslots each workday. Every existing appointment can be edited or cancelled.
- Axios": "^0.27.2",
- Classnames": "^2.2.6",
- Normalize.css": "^8.0.1",
- React": "^16.9.0",
- React-dom": "^16.9.0",
- React-scripts": "3.0.0"
- React-hooks-testing-library": "0.6.0"
- @testing-library/react-hooks,
- react-test-renderer
- Fork and clone https://github.com/NadiaPia/scheduler-api in addition to this project
- Install dependencies in both projects:
npm i - Reset database in the scheduler-api folder:
npm run db:reset - Run the server in the scheduler folder:
npm start - Run the server in the scheduler-api folder:
npm start - Visit
http://localhost:8000/







