A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what.
- A live version of this app can be found at: https://budget-app-4q8x.onrender.com/
- A short video presentation of the app can be found here: https://youtu.be/AxWxYW-VmgY
- Users can register and log in
- Users can create new categories
- Users can introduce new expenses associated with a category
- Users see the money spent on each category
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby 3.2.2
- Rails 7.0.5
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:dennis-every/budget-app.git
- bundle install
To run the project, execute the following command:
rails db:drop
rails db:create
rails db:migrate
rails db:seed
bin/dev
👤 Dennis Every
- GitHub: @dennis-every
- Twitter: @dennis_every
- LinkedIn: dennis-every
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to fork it and use it as you need and don't forget to start it!.
-
I would like to thank Microverse for the information provided to build this project.
-
I would like to credit the author for the original design idea Gregoire Vella on Behance.
-
Can I use the project for any purpose?
- Yes, you can use this files for anything you need
-
Do I need to ask for permission?
- No need to ask for permission.
This project is MIT licensed