Interview scheduler app is built with react, appointments can be booked, edited or canceled through app. The app shows aviable spots and also interviewers list to choose from. App uses axios to retrieve information from database.
Scheduler uses scheduler-api data : https://github.com/lighthouse-labs/scheduler-api
Showing aviable spots after booking
Friday is faded when no spots left
Install dependencies with npm install
.
npm start
npm test
npm run storybook
axios
react-dom
react
normalize.css
react-test-renderer
classnames