A modern, interactive dashboard to practice LeetCode questions filtered by company, frequency, and difficulty. Track your progress and visualize your stats to prepare effectively for interviews.
- 🏢 Company-wise Questions: Filter questions by top companies.
- 📊 Progress Tracking: Keep track of solved problems and see your completion stats.
- 📈 Visual Analytics: View your progress with detailed charts for difficulty and company distribution.
- 🌓 Dark Mode: Comfortable viewing for late-night coding sessions.
Special thanks to snehasishroy/leetcode-companywise-interview-questions for providing the comprehensive dataset of company-wise interview questions.
-
Install dependencies
npm install
-
Run development server
npm run dev
-
Build for production
npm run build