This project would not be possible without the wonderful help of Lighthouse Labs mentors, thank you!
Interview Scheduler is a single page app students can use to book appointments with interviewers built with React. Students can book one or many of 25 appointment slots with an interviewer of their choice. This is also mobile friendly!
axios
classnames
normalize.css
@testing-library/react-hooks
react-test-renderer
react
Install dependencies with npm install
.
npm start
npm test
npm run storybook
This is my first project using React with the focus being on UI development. The API, CSS, and other functionalities were provided. Stretch goals would be to write more tests for complete coverage and hosting this online.