This repository contains multiple Flutter-based apps. Each app is stored in its own subfolder for clarity and modularity.
-
π Quiz App
A mobile application that presents quizzes to users with interactive questions and answers. -
π° News Reader App
A Flutter application for fetching and displaying news articles in a clean and responsive layout.
Clone the repository and navigate to any project folder to run it:
git clone https://github.com/FabihaPritha/Brainwave_Matrix_Intern.git
cd quiz_app # or cd news_reader_app
flutter pub get
flutter run
- Each project is self-contained with its own dependencies.
- Make sure Flutter is installed and configured before running the apps.