Skip to content

simplyDonald/scheduler

Repository files navigation

Interview Scheduler

Interview cheduler is a web application for appointment booking. This project is heavy on front-end code and tests from static, unit and integration to E2E using Cypress while interacting with web sockets and database APIs.

Comments and Suggetsions:

[email protected]_

Screenshots

Appointment Form on axios call

Appointment Form

Form validation

Setup

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8000/.
  5. Go to http://localhost:8000/ in your browser.

Dependencies

  • React
  • Node 5.10.x or above
  • Axios
  • Classnames

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published