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.
- Host: GitHub
- URL: https://github.com/k0ppai/budget_buddy
- Owner: K0ppai
- License: mit
- Created: 2023-10-16T10:12:50.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-08T12:42:14.000Z (over 2 years ago)
- Last Synced: 2025-03-29T12:47:22.426Z (over 1 year ago)
- Topics: fullstack-development, postgresql, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Techs
Database
- **Register and log in, so that the data is private**
- **Introduce new transactions associated with a category**
- **See the money spent on each category**
- Live Demo is not available for now. Please run the app locally.
- Link: [Video](https://youtu.be/5vEYDD48D4E)
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
```
👤 **Paing Soe Thu**
- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)
- [ ] **Desktop version**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/K0ppai/Budget_Buddy/issues).
If you like this project kindly support and don't forget to give it a star.😉
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).
This project is [MIT](https://github.com/K0ppai/Budget_Buddy/blob/develop/LICENSE) licensed.