A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
You must have Ruby and Rails installed. Documentation to install Rails.
$ git clone https://github.com/damdafayton/budget-app-rails
$ cd budget-app-rails
$ bundle install
$ rails s
$ git clone https://github.com/damdafayton/budget-app-rails
$ cd budget-app-rails
$ bundle install
$ bundle exec rspec
Original design idea by Gregoire Vella on Behance.
👤 damdafayton
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.