The Budget app is 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.
Live Video
Live preview from heroku
- Ruby on Rails
- Postgres
- git clone the project
git clone https://github.com/Anny85-code/budget-app.git
cd budget-app
bundle install
rails db:migrate
rails db:seed
- To run the app
rails s
Visit http://localhost:3000/ in your browser.
- To run the tests
rspec spec/models
rspec spec/views
👤 Aniekan udo
- GitHub: @Anny85-code
- Twitter: @Annyudo8
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Template by Gregoire Vella on Behance.
- Microverse
- Inspiration
- Colorlib
- etc
This project is MIT licensed.