Budget-App

The budget app is a mobile web app where you can manage your budget: users can add categories, show categories, add transactions, and show transactions for each category. Built with Ruby on Rails and PostgreSQL.

Stars
8

📗 Table of Contents

📖 Billy Budget app

Billy Budget is about building 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.

🛠 Built With

Tech Stack

Key Features

  • Add category
  • Show categories
  • Add transaction
  • Show transactions for each category

🚀 Live Demo

See the project live on Render.com

📺 Presentation

See the project presentation here

💻 Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

To run this project you need:

Setup

Clone this repository to your desired folder:

git clone [email protected]:billymohajeri/Budget-App.git

Install

Install this project with:

cd Budget-App

bundle install to install all gems used.

rails db:create to create the database.

rails db:migrate to run the database migrations you created.

Usage

To run the project, execute the following command:

rails s

👥 Author

👤 Billy Mohajeri

🔭 Future Features

  • Delete categories
  • Delete transactions
  • Desktop design
  • Improve styling

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, please consider giving it a star.

🙏 Acknowledgments

  • I would like to thank all code reviewers for making this project better.

  • Original design idea by Gregoire Vella on Behance.

📝 License

This project is MIT licensed.