Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 866 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 866 Bytes

Interview Scheduler

Description

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.

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running Cypress Test Framework

npm run cypress

Screenshots

"Appointment when edit and delete"

"Appointment in responsive layout"