A fully functional quiz application built with Flutter for the frontend and Go for the backend.
This Quiz App is a dynamic, interactive application that allows users to test their knowledge across various topics. It features a Flutter-based frontend for cross-platform support and a Go backend for efficient server-side operations.
Here are some screenshots of the Quiz App in action:
Before you begin, ensure you have the following installed:
git clone https://github.com/your-username/quiz-app.git
cd quiz-app/flutter_app
flutter pub get
flutter run -d chrome
cd ../go-backend
go mod tidy
go run main.go
quiz-app/
│
├── flutter_app/ # Flutter frontend
│ ├── lib/
│ │ ├── main.dart
│ │ └── [other Flutter files]
│ └── pubspec.yaml
│
└── go-backend/ # Go backend
├── main.go
└── [other Go files]
Check out our video demonstration to see the Quiz App in action and learn about its features!
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Prathmesh Bhardwaj - pbrathmesh@gmail.com
Project Link: https://github.com/Bprathmesh/Aaritya-Project