https://github.com/leslieaine/budget-app
A web app that enables users to manage their budgets. Provides a list of transactions created by a user with a category so that they can track their expenses. Built with Ruby on Rails, PostgreSQL.
https://github.com/leslieaine/budget-app
ruby ruby-app ruby-on-rails
Last synced: about 1 year ago
JSON representation
A web app that enables users to manage their budgets. Provides a list of transactions created by a user with a category so that they can track their expenses. Built with Ruby on Rails, PostgreSQL.
- Host: GitHub
- URL: https://github.com/leslieaine/budget-app
- Owner: LeslieAine
- License: mit
- Created: 2023-06-12T15:17:22.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-17T11:18:55.000Z (about 3 years ago)
- Last Synced: 2025-02-13T17:22:17.118Z (over 1 year ago)
- Topics: ruby, ruby-app, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-4a1i.onrender.com/
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo](#live-demo)
- [🎬 Video Description](#video-demo)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Budget App** is a ruby on rails mobile web application that enables users to manage their budgets. The app provides a list of transactions created by a user associated with a category so that they can see how much they spent and on what.
- **[Authenticated signup/signin]**
- **[Add new category]**
- **[Make a transaction]**
- **[View all transactions and total expenditure]**
Click on the link to view the app.
- [Live Demo](https://budget-app-4a1i.onrender.com)
Click on the link to view the video description.
- [Video Description](https://www.loom.com/share/8747d5233f6341ab8e83d9c977c4096a)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
### SetUp
Clone this Repository to your desired folder:
``` sh
cd my-folder
git clone git@github.com:LeslieAine/budget-app.git
```
### Install
Install this project with:
``` sh
bundle install
```
### Usage
To run the project, execute the following command:
``` sh
rails s
```
- GitHub: [@LeslieAine](https://github.com/LeslieAine)
- LinkedIn: [LeslieAine](https://linkedin.com/in/LeslieAine)
- [ ] **[Connect API]**
- [ ] **[Provide expenditure limits and alerts]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving it a star ⭐️.
I would like to thank Gregoire Vella on Behance who is responsible for the original design idea.
- LazyCoders
- Coding Partners
This project is [MIT](./LICENSE) licensed.