Your ultimate companion for achieving balance and productivity in life.
LifeBalance+ is a cross-platform application built using Flutter that empowers users to track, organize, and optimize their daily lives. From task management to personal wellness tracking, LifeBalance+ is designed to help users stay on top of their goals and maintain a healthy work-life balance.
- Task Management: Organize your to-do list with categories, due dates, and reminders.
- Habit Tracking: Build and sustain positive habits with daily progress tracking.
- Analytics Dashboard: Visualize your progress with intuitive graphs and charts.
- Personalized Reminders: Receive notifications tailored to your schedule and preferences.
- Customizable Themes: Personalize the app’s appearance to match your style.
- Frontend: Flutter (Dart)
- Backend: Optional integrations supported for Firebase or REST APIs
- Platforms: Android, iOS, Web
To run this project, you need:
- Flutter SDK: Installation Guide
- Dart SDK: Included with Flutter
- Xcode (for iOS development)
- Android Studio (for Android development)
-
Clone the repository:
git clone https://github.com/jayson-s/life_balance_plus.git cd life_balance_plus
-
Install dependencies:
flutter pub get
-
Run the app:
- For Android:
flutter run -d android
- For iOS:
flutter run -d ios
- For Web:
flutter run -d chrome
- For Android:
life_balance_plus/
├── lib/
│ ├── main.dart # Application entry point
│ ├── screens/ # App screens (UI)
│ ├── widgets/ # Reusable UI components
│ ├── models/ # Data models
│ ├── services/ # API and backend services
│ └── utils/ # Utility functions and helpers
├── assets/ # Images, fonts, and other static files
├── pubspec.yaml # Project dependencies and configurations
├── README.md # Project documentation
└── ...
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add a new feature"
- Push the branch:
git push origin feature-name
- Open a pull request.
If you encounter any issues, please create a new issue.
This project is licensed under the MIT License.
- GitHub: @jayson-s
- Website: jayson-s.github.io
- Email: [email protected]
LifeBalance+ - Helping you live a more organized and fulfilling life.