Interview scheduler is a single page app based on React, designed to schedule meetings for student with mentors
- Clone the project in your favorite code editor
- Install all dependencies (using the npm install command), npm install react@^16.9.0, npm install --save-dev react-test-renderer@^16.9.0.
- Run the development web server using npm start within the scheduler-api root directory http://localhost:8001/
- Run the client rendering using npm start within the scheduler root directory http://localhost:8000/
- Select any day of the week to see the app in action
- Book an appointment, cancel edit and check the dynamic features of the website to the fullest
- React
- Axios
- Classnames
- Storybook
- react-test-renderer
- @testing-library/react-hooks

