Still a work in progress! This is a very basic quiz app written in Angular for the purpose of practicing my Frontend skills.
I swear I tried to come up with a cute, trendy name for this… but let’s just call it what it is.
Welcome to the NFL Quiz App — a clean, interactive football quiz built with Angular!
Users can test their NFL knowledge through multiple-choice questions, track their progress with a live score bar, and view a results summary with smooth animations.
- ⚙️ Angular 18+ (Standalone Application)
- 💻 TypeScript
- 🎨 HTML & CSS (Responsive Design)
- 🔁 RxJS for state and data handling
- 🧩 Multiple-choice quiz with instant feedback
- 📊 Progress and score tracking
- 🎬 Animated results page
- 🧱 Lightweight, modular architecture
# clone the repo
git clone https://github.com/YOUR_USERNAME/nfl-quiz-app.git
# move into the project folder
cd nfl-quiz-app
# install dependencies
npm install
# run the app locally
ng serve