QuizForge is a lightweight app for building and playing quizzes fast.
Clean UI, quick authoring, instant feedback.
- Quiz builder: add questions, answers, and correct keys
- Play mode: timer, scoring, and review screen
- Local-first: saves data in the browser (no login)
- Responsive: works great on mobile and desktop
- Practice React state and form handling
- Build a simple content tool for study/interviews
- Keep it fast and distraction-free
git clone https://github.com/Eskinder185/QuizForge.git
cd QuizForge
npm install
npm run dev