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.
Clone Scheduler
Clone Database to a sepporate folder outside of Scheduler
Install dependencies in both folders with npm install.
npm startnpm run errornpm testnpm run storybooknpm run cypress"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"