FocusForge AI is a modern student productivity web app built with React + Vite and deployed on Vercel.
- Task Manager with add / toggle / delete and priority labels.
- Pomodoro Timer with start, pause, reset, and customizable focus duration.
- AI Study Plan Generator (rule-based planning from goal + available weekly hours).
- Flashcards + Quiz Mode for active recall practice.
- Habit Tracker with daily check-ins and streak logic.
- Analytics Dashboard for task completion %, habit completion %, focus minutes, and flashcard count.
- Custom Branding + Modern UI with a CSS-only logo and polished dark gradient visuals.
All user data is persisted with localStorage, so tasks, habits, flashcards, and settings survive reloads.
- React 19
- Vite 7
- Vanilla CSS
- Vercel (hosting)
npm install
npm run devnpm run build