Skip to content

SaharHalili95/interview-prep-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Prep Tracker

A client-side coding interview preparation tracker built with React and TypeScript. Track questions, monitor progress, and link directly to LeetCode problems - all in the browser with no backend required.

Live demo: https://saharhalili95.github.io/interview-prep-tracker/

Features

  • Add, edit, and delete interview questions
  • Filter by category, difficulty, and status
  • Direct links to LeetCode problems
  • Dashboard with progress statistics
  • Save solutions and notes per question
  • Sample questions loaded automatically on first use
  • All data persisted in browser localStorage

Tech Stack

  • React 18 + TypeScript
  • Vite
  • Tailwind CSS
  • localStorage (no backend or database required)

Local Development

npm install
npm run dev

Open http://localhost:5173 in your browser.

Build and Deploy

npm run build
npm run preview

The app is deployed as a static site on GitHub Pages.

License

MIT

About

Full-stack Interview Preparation Tracker with FastAPI, MongoDB, React & TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors