This is a mobile web application where you can manage personal budget: you have a list of transactions associated with a category, so that you know how much you spent and on what.
This is a Ruby on Rails application that allows the user to:
register and log in, so that the data is private to them. introduce new transactions associated with a category. see the money spent on each category.
- BackEnd:
- Test:
- Database:
- [Authentication] - register and log in.
- [Add Category] - Add a spending category.
- [Display Categories] - Display users categories.
- [Display Total for Categories] - Display the total amount of spnding for each category.
- [Add a Transaction] - Add transaction.
- [Display Transaction] - Display users transaction for each category.
To get a local copy up and running, follow these steps.
In order to run this project you need: Installed Rails.
Clone this repository to your desired folder:
git clone git@github.com:Farida-Hamid/BudgetApp-rails.gitInstall this project with:
cd BudgetApp-rails
bundle installTo run the project, execute the following command:
rails serverTo run tests, run the following command:
rspec spec👤 Farida Hamid
- LinkedIn: LinkedIn
- GitHub: @Farida-Hamid
- [Add a sign out button]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give as a star! ⭐️
- Original design idea by Gregoire Vella on Behance
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.