/Budget_App

BudgetApp is an App that I have developed where users can manage their money by tracking their expenses and how much was spent on what.

Primary LanguageRuby

Budget App

Description of the project. This project is about building a mobile web application where the user can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what.

I had to create 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.

Built With

  • Ruby on Rails
  • CSS
  • PostgreSQL

Live Demo

You can check the live demo of my project here

Prerequisites

Tu run this project in your local environment, You will need to have the following tools installed loally :

  • Ruby 3.0+
  • Rails 6.0+
  • PostgreSQL version 14+

Set up

  • git clone git@github.com:christianbiring1/Budget_App.git
  • cd Budget_App
  • bundle install
  • rails db:create
  • rails db:migrate
  • rails s
  • Open up the localhost in your browser

Author

👤 Christian biringanine

🤝 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

  • Want to acknowledge Gregoire Vella. who was the designer of the tamplate that serve me for reference
  • Hat tip to anyone who will take a glance to this project

📝 License

This project is MIT licensed.