A cross-platform quiz application built with Flutter and integrated with a FastAPI backend.
This project was created to explore mobile frontend development, REST API integration, and full-stack application workflows using Flutter and Python.
- Multiple quiz questions and answer selection
- Backend-driven quiz data
- Cross-platform Flutter interface
- FastAPI REST API integration
- Flutter
- Dart
- FastAPI
- Python
Backend API: https://github.com/satwiktandukar/quiz-app-fastapi
git clone https://github.com/satwiktandukar/quiz-app-flutter.gitcd quiz-app-flutterflutter pub getRun the FastAPI backend locally before starting the frontend application.
flutter run --no-sound-null-safetyThis project was built as an early full-stack/mobile development project to gain practical experience with:
- Flutter application development
- Backend API integration
- Client-server communication
- Cross-platform UI workflows