This is a Ruby on Rails 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've spent on what.
https://www.loom.com/share/42554b2d6da14305a8413a79a881572c
- Install Ruby on Rails click here >>
- Linter: Rubocop
To get a local copy up and running follow these simple example steps.
Ruby
Ruby on Rails
PostgreSQL
Clone the repository and change the directory to BudgetApp
$ git clone git@github.com:Felix45/BudgetApp.git
$ cd BudgetApp
Install all project dependencies by running the command below
$ bundle install
$ bin/rails server
$ http://localhost:3000/
$ rubocop .
$ rspec
👤 Name | Github | ||
---|---|---|---|
Felix Ouma | @Felix45 | @Felix_Atonoh |
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Special thanks to Microverse for giving me this project to work on
- Special thanks to Gregoire Vella on Behance. the designer whose design has been use on this project
This project is MIT licensed.