TrackerGo makes managing personal finances as easy as pie! Now easily record your personal and business financial transactions, generate spending reports, review your daily, weekly and monthly financial data and manage your assets with TrackerGo's spending tracker and budget planner.
- Install Flutter and Setup Emulator.
https://docs.flutter.dev/get-started/install
- Clone the repository from GitHub:
git clone https://github.com/kartikey4474/TrackerGo.git
- Check for Flutter setup and connected devices:
flutter doctor
- Run the app:
flutter run
- Join Discord
https://discord.gg/3kCvhF92
Contribution to the project can be made if you have some improvements for the project or if you find some bugs. You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.
Please make sure you specify the commit type when opening pull requests:
feat: The new feature you're proposing
fix: A bug fix in the project
style: Feature and updates related to UI improvements and styling
test: Everything related to testing
docs: Everything related to documentation
refactor: Regular code refactoring and maintenance
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.