Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.01 KB

File metadata and controls

35 lines (28 loc) · 1.01 KB

FocusForge AI

FocusForge AI is a modern student productivity web app built with React + Vite and deployed on Vercel

Live Demo

Core Features (6+)

  1. Task Manager with add / toggle / delete and priority labels.
  2. Pomodoro Timer with start, pause, reset, and customizable focus duration.
  3. AI Study Plan Generator (rule-based planning from goal + available weekly hours).
  4. Flashcards + Quiz Mode for active recall practice.
  5. Habit Tracker with daily check-ins and streak logic.
  6. Analytics Dashboard for task completion %, habit completion %, focus minutes, and flashcard count.
  7. Custom Branding + Modern UI with a CSS-only logo and polished dark gradient visuals.

Persistence

All user data is persisted with localStorage, so tasks, habits, flashcards, and settings survive reloads.

Tech Stack

  • React 19
  • Vite 7
  • Vanilla CSS
  • Vercel (hosting)

Run Locally

npm install
npm run dev

Build

npm run build