VoteKaro is a Flutter application that allows users to vote for their favorite cricket team. The application uses Firebase as a backend for user authentication and vote storage. Users can sign up or sign in to the application using their email and password, and can vote for their favorite team only once.
- User authentication using Firebase
- User can vote for their favorite cricket team
- Only one vote per user is allowed
- Real-time vote count updates
- Clean and responsive UI
- Flutter
- Dart
- Firebase Authentication
- Cloud Firestore
- Clone the repository
git clone https://github.com/keshavk4/VoteKaro.git
- Install dependencies
flutter pub get
- Run the application
flutter run
Contributions are always welcome! If you find any issues with the application or would like to suggest improvements, please open a new issue or submit a pull request.
This application is released under the MIT License. See LICENSE for more details.