A web app for practicing JavaScript, TypeScript and React interview questions with a timer and progress tracking.
- Choose topic: JavaScript, TypeScript or React
- 30-second timer per question
- Reveal answer on demand (or auto-reveal when time runs out)
- Progress bar showing current position
- Progress saved in localStorage — continue where you left off
React · TypeScript · Tailwind CSS · Vite · localStorage
npm install
npm run devLive demo: https://1r444444.github.io/frontend-interview-simulator/
src/
components/ # LandingPage, QuizScreen, Timer, ProgressBar, ResultsScreen
data/ # questions for JS, TS and React topics
hooks/ # useProgress (localStorage), useTimer
types/ # shared TypeScript types