An appointment schedule application allows student to book, edit, cancel appointments with different interviewers. This repo only contains the client codebase using React.js and scss. Also, applied storybook testing, Jest testing, and end-to-end testing Cypress.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
npm run cypress