https://github.com/salma-elmaghawry/basketball-points-counter-app
A Flutter-based app using Cubit state management to track and update scores for two teams. It allows users to add points, reset scores, and view real-time updates in a simple, interactive UI.
https://github.com/salma-elmaghawry/basketball-points-counter-app
cubit flutter-apps
Last synced: 6 months ago
JSON representation
A Flutter-based app using Cubit state management to track and update scores for two teams. It allows users to add points, reset scores, and view real-time updates in a simple, interactive UI.
- Host: GitHub
- URL: https://github.com/salma-elmaghawry/basketball-points-counter-app
- Owner: salma-elmaghawry
- Created: 2024-04-05T13:53:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:00:24.000Z (11 months ago)
- Last Synced: 2025-02-13T06:22:23.080Z (8 months ago)
- Topics: cubit, flutter-apps
- Language: Dart
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏀 Basketball Counter App 📱
Welcome to the **Basketball Counter App**! 🎉 This app is designed to help track the points for two teams during a basketball game. With an easy-to-use interface and intuitive controls, you can keep track of your game score in real-time. 🏆
---
## Features ✨
- **Track Points for Two Teams**: Easily add 1, 2, or 3 points to either Team A or Team B. 🏀
- **Reset Points**: Quickly reset both teams' points with a single button. 🔄
- **Simple UI**: Clean and user-friendly interface. 🎨
- **State Management with Cubit**: Efficient state management for real-time updates using Cubit. ⚡---
## 🎥 Demo Video
Check out the video below to see the Notes App in action:
[](https://youtube.com/shorts/WwoSBMkeAjw?si=RkC37DjNJWzc2rD6)
---
## Installation 📥
To get started with this project, clone the repository and install the dependencies:
```bash
git clone https://github.com/yourusername/basketball_counter_app.git
cd basketball_counter_app
flutter pub get