/scheduler

Primary LanguageJavaScript

Interview Scheduler

is a app that is used to book or cancel the interviews appointments between Monday and Friday.

Technologies used:

React, SASS, WebPack,Babel, Axios on client-side. Node.js,Express, Postgres on server-side. Storybook, Testing Library, WebPack Dev Server, Jest, and Cypress for testing.

Heroku is used for deployment of the server("https://scheduler-lhl-app.herokuapp.com/")

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

Screenshots

"Screenshot of appointment Form" "Screenshot of initial display" "Screenshot of error occured while saving an appointment "