fatimasajadi / scheduler

Interview Scheduler is a React SPA that allows users to book and cancel interviews built using the latest tools and technologies. The data is persisted by the API server using a PostreSQL database. The state is managed using custom and built in hooks. The client application communicates with an API server over HTTP using axios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Scheduler

"Initial Schedule" "Add appointments" "Confirm delete" "Deleting status" "Saving Status"

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

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x
  • axios
  • classnames
  • dotenv 2.x -reactdom
  • pg-native 3.x
  • storybook
  • cypress
  • jest

About

Interview Scheduler is a React SPA that allows users to book and cancel interviews built using the latest tools and technologies. The data is persisted by the API server using a PostreSQL database. The state is managed using custom and built in hooks. The client application communicates with an API server over HTTP using axios.


Languages

Language:JavaScript 91.5%Language:CSS 7.2%Language:HTML 1.3%