Skip to content

dubenikhil461/QuizApp

Repository files navigation

🎯 Flutter Quiz App

A simple and interactive Quiz Application built with Flutter.
This app displays multiple-choice questions, highlights correct/incorrect answers, and shows a detailed summary at the end.

Perfect for:

  • Learning Flutter fundamentals
  • Understanding widget composition
  • Practicing state management basics
  • Sharing quizzes on platforms like LinkedIn 🚀

✨ Features

  • 📋 Multiple-choice quiz questions
  • ✅ Correct answer always highlighted
  • ❌ Incorrect answers shown clearly
  • 📊 Quiz summary with score
  • 🎨 Clean and modern UI
  • ⚡ Fast and lightweight

🛠️ Tech Stack

  • Flutter
  • Dart
  • Material UI

📂 Project Structure

lib/ ├── data/ │ └── questions.dart ├── models/ │ └── quiz_question.dart ├── screens/ │ ├── start_screen.dart │ ├── questions_screen.dart │ └── results_screen.dart ├── widgets/ │ └── summary.dart └── main.dart

About

The Quiz App

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors