An open API service indexing awesome lists of open source software.

https://github.com/k0ppai/budget_buddy

BudgetBuddy 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.
https://github.com/k0ppai/budget_buddy

fullstack-development postgresql ruby-on-rails tailwindcss

Last synced: 2 months ago
JSON representation

BudgetBuddy 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.

Awesome Lists containing this project

README

          


BudgetBuddy


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💁 Video Presentation](#video-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [BudgetBuddy]

**BudgetBuddy** 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.

## 🛠 Built With

### Tech Stack

Techs

Database

### Key Features

- **Register and log in, so that the data is private**
- **Introduce new transactions associated with a category**
- **See the money spent on each category**

(back to top)

## 🚀 Live Demo

- Live Demo is not available for now. Please run the app locally.

(back to top)

## 💁 Video Presentation

- Link: [Video](https://youtu.be/5vEYDD48D4E)

(back to top)

## 💻 Getting Started

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

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/K0ppai/Budget_Buddy.git
```

### Install

Install this project with:

Example command:

```sh
cd Budget_Buddy
bundle install
```
### Usage

To run this project:

```ruby
bin/rails server
```

## 👥 Authors

👤 **Paing Soe Thu**
- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)

(back to top)

## 🔭 Future Features

- [ ] **Desktop version**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/K0ppai/Budget_Buddy/issues).

(back to top)

## ⭐️ Show your support

If you like this project kindly support and don't forget to give it a star.😉

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for giving me the chance to work on this project and give full credit to the original designer of this website, [Gregoire Vella](https://www.behance.net/gregoirevella).

(back to top)

## 📝 License

This project is [MIT](https://github.com/K0ppai/Budget_Buddy/blob/develop/LICENSE) licensed.

(back to top)