/budget-app

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.

Primary LanguageRuby

Budget app

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.

UML class diagram

Built With

  • Ruby
  • Rails
  • PostgreSQL

Preview

This is a gif of the project

Video

Here's a video presenting the features of the project

Live Demo

Live Demo Link

Getting Started

Clone this repository

$ git@github.com:Sahar-AbdelSamad/budget-app.git
$ cd budget-app

Install gems

$ bundle install

Setup database

$ rails db:create
$ rails db:migrate

Start server

$ rails s

Open http://localhost:3000/ in your browser

Run tests

$ bundle exec rspec

Authors

👤 Sahar Abdel Samad

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Original design idea by Gregoire Vella on Behance