Money management made easier and smooth 😉️
Inspired by BeThriftyToday
Follow these instructions to build and run the project
A detailed guide for multiple platforms setup could be find here
- Clone this repository.
cd
intoFINSAVE-app
.flutter clean
to get rid of pre defined folders built in runtime.flutter pub get
to get all the dependencies.flutter run
- Login with E-Mail 💥️
- SignUp with Google 🔥️
- Add your monthly budget, update day to day expenses 😎️
- Many More...
If You Want To Create A New Repository In Your GitHub Then Do Following Steps :
- Open Git Bash.
- Run The Following Commands :
#Initialize the local directory as a Git repository using :
$ git init
#Add the files in your new local repository. This stages them for the first commit. Use The Following Command :
$ git add .
#Commit the files that you've staged in your local repository.
$ git commit -m "First commit"
#In the Command prompt, add the URL for the remote repository where your local repository will be pushed.
$ git remote add origin remote repository URL
# Sets the new remote
$ git remote -v
# Verifies the new remote URL
#Push the changes in your local repository to GitHub.
$ git push origin master
If You Want To Clone This Repository Then Do The Following Steps :
- Open Git Bash.
- Run The Following Commands :
$ git clone https://github.com/dakshp07/FINSAVE-app.git
Here is the walkthrough of the app which is still under development :
Whether you have some feauture requests/ideas, code improvements, refactoring, performance improvements, help is always Welcome. The more is done, better it gets.
If you found any bugs, consider opening an issue.