/BudgetApp

This 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

This project is The Ruby on Rails capstone project which is about building a mobile web application where the user can manage his budget: screenshot

he can have a list of transactions associated with a category, so that he can see how much money you spent and on what.

This Ruby on Rails application 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.

Getting Started

  • clone the repository git clone https://github.com/selma-belhadj/BudgetApp.git
  • navigate to the folder cd BudgetApp
  • checkout the feature git checkout developement
  • Install packages bundle install
  • Setup database rails db:setup
  • Run migration rails db:migrate

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Authors

👤 Selma Belhadj

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Original design idea by Gregoire Vella on Behance

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.