The Interview Scheduler is an appointment scheduling app for students and interviewers using the React view library. Interview Scheduler allows you to book and edit appointments between students and interviewers. The appointments can then be edited and deleted, and the calendar shows you how many slots are available for each day.
- Start by installing dependencies in your terminal with
npm install
** You must run the program concurrently with the scheduler-API ** - Running Webpack Development Server:
npm start
- Running Jest Test Framework
npm test
- Running Storybook Visual Testbed
npm run storybook
- axios
- normalize.css
- react
- react-dom
- react-scripts
Screenshot 1 - Creating an appointment
Screenshot 2 - Delete appointment confirmation screen
Screenshot 3 - View of Interview Scheduler page with appointments