A simple quiz application built with Flutter that includes a Start Screen and a Question Screen. This project is a great starting point for learning Flutter and understanding basic navigation and UI components.
- Start Screen:
- Displays a logo, welcome message, and a button to start the quiz.
- Question Screen:
- Displays a question and multiple answer options.
- Modular Design:
- Each screen is implemented as a separate widget for clean and scalable code.
- Custom Components:
- Includes reusable widgets like
AnswerButton
for streamlined UI development.
- Includes reusable widgets like