Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.13 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.13 KB

Interview Scheduler

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

Screenshots

Booking interview

Canceling interview

Showing aviable spots after booking

Friday is faded when no spots left

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

axios
react-dom
react
normalize.css
react-test-renderer
classnames