Welcome to the Flutter Quiz App! This is a simple and interactive quiz application built using Flutter, demonstrating state lifting, a well-structured file organization, and a clean user interface.
- State Lifting: Efficient state management using the state lifting technique.
- Modular Code Structure: Evenly separated files for better maintainability.
- User-Friendly Interface: Intuitive and responsive UI for a great user experience.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK: Install Flutter
- A code editor: Visual Studio Code or Android Studio
-
Clone the repository:
git clone https://github.com/saumyasinha31/QUIZZ_MANIA.git cd flutter-quiz-app
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
If you want to contribute to this project, follow these steps:
-
Fork the repository
-
Create a new branch
git checkout -b feature-branch
-
Make your changes
-
Commit your changes
git commit -m 'Add some feature'
-
Push to the branch
git push origin feature-branch
-
Create a new Pull Request
Feel free to customize the README file as per your needs and provide specific details about your project where required.