Budget App 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.Built with rails and available on Mobile view
Backend
- Register user
- Login through a correct credentials
- Display list of categories.
- Add categories to the list
- User to be able to delete a category
- Display list of Transactions
- Add transaction base on a category with the amount.
- User to be able to delete catogory
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install ruby on your machine
- Install rails on your machine
Clone this repository to your desired folder:
https://github.com/wolterbwambale/Budget-app
Install this project with:
cd budget-app
bundle install
To run the project, execute the following command:
rails s
./bin/dev
To run tests, run the following command:
rspec spec
You can deploy this project using:
👤 Bwamabale
- Add animations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, clone it and try it.
- Credit goes to Gregoire Vella on Behance whose original design was used.
- I would like to thank Microverse for the great project idea. heart
This project is MIT licensed.