Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.89 KB

README.md

File metadata and controls

73 lines (45 loc) · 1.89 KB

MoneyBoi

MoneyBoi is an expense tracker app made with Flutter.

Moneyboi uses a backend made using Node js and Express with MongoDb as database solution. The code for it can be found here.

Tech Stack:

  • Flutter
  • Dart

Features:

This project is still in development stage. So, feature requests are welcome. Feel free to open an issue if you have something in mind or if something is not working right. it might make a large impact 💓

  • List expenses Daily, weekly, monthly.
  • Add new expense of certain category.
  • View expenses in a pie chart form.
  • Login, signup, forgot password flows.
  • Dark Mode
  • Profile section and its features
  • Custom month dates setup and view

How to setup locally ?

  1. Fork the repo.

  2. Clone the repo using the forked repo.

  3. Open the code in your favorite code editor.

  4. Create a file secrets.dart and place it in lib/Constants. Create a string variable inside this file with name baseUrl containing the url of the moneyboi backend.

  5. Install the dependencies using the following command:

    $ flutter pub get
    
  6. Run the app in debug mode using the following command:

    $ flutter run
    

Interested in contributing ?

See the contributor's guide!

Screenshots

|

|

Questions or issues ?

If you have general question about the project. Feel free to open an issue regarding your query/issue.

Learn Flutter ?

Follow this link