JustDoIt - A Flutter application inspired by the famous Nike slogan. Get motivated and get things done!
JustDoIt is a Flutter-based mobile application designed to help users stay motivated and accomplish their goals. Built with modern Flutter practices and featuring a clean, intuitive interface.
- 🎯 Goal tracking and motivation
- 📊 Progress visualization
- 🎨 Modern Material Design UI
- 📱 Cross-platform support (Android & iOS)
- 🚀 Smooth animations and transitions
- 💪 Motivational content and quotes
- Framework: Flutter 3.1.1+
- Language: Dart
- UI Components: Material Design
- Navigation: Google Nav Bar
- State Management: Flutter built-in
- Linting: Flutter Lints
Before you begin, ensure you have the following installed:
- Flutter SDK (3.1.1 or higher)
- Dart SDK (included with Flutter)
- Android Studio or VS Code
- Git
-
Clone the repository
git clone https://github.com/emal0n/justdoit.git cd justdoit -
Install dependencies
flutter pub get
-
Run the application
flutter run
-
Enable Flutter Lints
flutter pub get
-
Run tests
flutter test -
Build for production
flutter build apk --release # Android flutter build ios --release # iOS
justdoit/
├── lib/
│ ├── images/ # App assets and images
│ │ ├── nikee.png
│ │ ├── nk2.gif
│ │ ├── nk3.gif
│ │ └── nk.gif
│ └── main.dart # App entry point
├── pubspec.yaml # Dependencies and configuration
├── README.md # This file
└── analysis_options.yaml # Linting rules
The project includes several motivational images and GIFs:
nikee.png- Main logo/iconnk2.gif,nk3.gif,nk.gif- Animated motivational content
flutter- Flutter SDKcupertino_icons- iOS-style iconsgoogle_nav_bar- Navigation bar component
flutter_test- Testing frameworkflutter_lints- Code linting rules
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Edmundo Neto - Initial work - emal0n
- Flutter team for the amazing framework
- Material Design for the beautiful UI components
- Nike for the inspiration behind the "Just Do It" philosophy
If you have any questions or need help, please:
- Open an issue on GitHub
Made with ❤️ and Flutter