Scheduler is a project completed while attending Lighthouse Labs to learn React, and was created with Create React App.
The app will fetch via axios from a database to populate information such as days and appointments available for an interview, and allow a user to add, delete, or edit interview appointments.
Install dependencies with npm install
.
npm start
npm test
npm run storybook