Kobo_Kobo is a smart, user-friendly mobile application designed to help users manage their finances, track expenses, and set savings goals. Built with Flutter, the app offers a sleek, intuitive interface and tools to take control of your money — one kobo at a time.
Developed by Oluwadamisi Damilola & Taiwo Adisa
-
📥 Track Income & Expenses
Log all your financial transactions with ease. -
💼 Categorize Spending
Group expenses into categories like Food, Bills, Transport, etc. -
📊 Visual Reports & Charts
View breakdowns of your spending patterns over time. -
🎯 Budget Management
Set monthly or weekly spending limits and track progress. -
💰 Savings Goals
Set and monitor custom savings targets. -
🔔 Smart Notifications
Get reminders when approaching budget limits or upcoming bills. -
🔐 Secure Storage
All data is securely stored with local persistence and optional Firebase sync.
| Layer | Technology |
|---|---|
| Framework | Flutter |
| Language | Dart |
| State Mgmt | Provider / Riverpod / Bloc (customizable) |
| Backend | Firebase (optional) |
| Charts | fl_chart / syncfusion_flutter_charts |
| Storage | Hive / Shared Preferences / Firebase Firestore |
| Design | Material Design 3 / Custom Themes |
- Flutter SDK (v3.0.0+ recommended)
- Android Studio / VS Code
- Dart (2.17.0+)
- An emulator or connected device
# Clone the repo
git clone https://github.com/yourusername/kobo_kobo.git
cd kobo_kobo
# Get dependencies
flutter pub get
# Run the app
flutter run