Quiz App
A quiz application that lets users answer multiple choice questions with instant feedback, score tracking, and a clean mobile-first UI.

Tech stack
Impact
Problem Statement
Quiz apps need to feel engaging and responsive - instant feedback, clear scoring, and a UI that works on phones where most users play.
Dataset
Structured question bank with multiple-choice options, correct answers, and score metadata for each quiz session.
Architecture
React front end with component-based quiz flow: question display, answer selection, score tracking, and result summary.
Model Selection
React with modular components to separate quiz logic, scoring, and presentation for easy extension.
Training Process
Built core quiz loop first, then added score tracking, instant feedback animations, and mobile layout refinements.
Evaluation Metrics
Results
A live quiz app with multiple-choice questions, real-time scoring, and a clean mobile-first experience.
Key Learnings
- 1Separating quiz state from UI makes the app easier to extend.
- 2Instant feedback keeps users engaged through a quiz session.
- 3Mobile-first layout is essential for interactive apps.
Want to dig deeper?
Explore the code, or get in touch if you'd like to talk through the approach.