Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 668 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 668 Bytes

Interview Scheduler System

The system includes three pages: Create (/#/create), Manage(/#/manage), View(/#/view) Interviewer can create new events and generate a pair of Manage and View page. Under Manage page, the interviewer can add/delete interviewee, start interview and take control of interview progress. All the changes made under Manage page will automatically push to the View page using websocket.

npm start / yarn build

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build / yarn build to minify