Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 914 Bytes

Interview Rounds Process

This project is to show off my React skillsets.

Live online link: https://interview-rounds-process.netlify.app/

Steps to Run

This project is built by React + TypeScript + Vite

git clone https://github.com/nikosamofa/interview-rounds-react-ts.git
cd interview-rounds-react-ts
yarn
yarn dev
  • This project uses localStorage for API mock. If the local storage is empty, it automatically resets the local storage with default data
  • You can click button "Reset LocalStorage" on the top left to reset the local storage data and refresh the page to see the results.
  • The interview rounds list will show up. Now play around!

Project description

This project is MVP for interviewers to record the interview status and pass/fail interviewee.

My Tech design is here. The features implemented in the MVP are marked by check(✅) in the Tech design.