Skip to content

dakshp07/FINSAVE-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FINSAVE Mobile App (Coming Soon ...)

Money management made easier and smooth 😉️

Inspired by BeThriftyToday

Getting Started

Follow these instructions to build and run the project

Setup Flutter

A detailed guide for multiple platforms setup could be find here

Next Steps

  • Clone this repository.
  • cd into FINSAVE-app.
  • flutter clean to get rid of pre defined folders built in runtime.
  • flutter pub get to get all the dependencies.
  • flutter run

Features

  • Login with E-Mail 💥️
  • SignUp with Google 🔥️
  • Add your monthly budget, update day to day expenses 😎️
  • Many More...

GitHub

If You Want To Create A New Repository In Your GitHub Then Do Following Steps :

  1. Open Git Bash.
  2. 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

GitHub Clone

If You Want To Clone This Repository Then Do The Following Steps :

  1. Open Git Bash.
  2. Run The Following Commands :
$ git clone https://github.com/dakshp07/FINSAVE-app.git

Walkthrough

Here is the walkthrough of the app which is still under development :

Screenshots

Splash View Splash View Splash View Home View Home View Home View Home View Home View Home View

Contributing

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.

Releases

No releases published

Packages

No packages published