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.
- Demo link: budget-app
- Loom presentation: Budget app
- Ruby
- Ruby on Rails
- Rubocop
- FactoryBot
- Capybara
- CSS
Follow these steps below:
- Ruby
- Rails
- PostgreSQL
Clone the repo and run bundle install in the command line to install the dependencies
$ git clone https://github.com/Kandy-Peter/budget-app.git
$ cd bugdet-app
$ bundle install
$ npm install
$ rspec spec
$ rspec ./spec/${path}
$ rails server
Open http://localhost:3000/ in your browser
👤 Kandi Peter
- GitHub: Kandi-Peter
- LinkedIn: Kandi-Kamuntu
- twitter: Kandi_Peter
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
Original design idea by Gregoire Vella on Behance.
See PUBLIC license.