Skip to content

0lgaP/scheduler

Repository files navigation

Interview Scheduler

scheduler1

Interview Scheduler is a single-page, React application. This userfriendly app allows you to create, edit or delete interview. The information is stored in the database and persists after reload.

Setup

Clone Scheduler
Clone Database to a sepporate folder outside of Scheduler
Install dependencies in both folders with npm install.

Running Webpack Development Server

npm start

Running Error Emulator Server

npm run error

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running Cypress

npm run cypress

Reset Database

RESET DATABASE

Dependencies

"axios": "^0.26.0",
"classnames": "^2.2.6",
"normalize.css": "^8.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.0.0",
"react-test-render": "^1.1.2"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler