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

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.

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

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

## 🛠 Built With

### Tech Stack

### Key Features

- **[Authenticated signup/signin]**
- **[Add new category]**
- **[Make a transaction]**
- **[View all transactions and total expenditure]**

(back to top)

## 🚀 Live Demo

Click on the link to view the app.

- [Live Demo](https://budget-app-4a1i.onrender.com)

(back to top)

## 🚀 Video Description

Click on the link to view the video description.

- [Video Description](https://www.loom.com/share/8747d5233f6341ab8e83d9c977c4096a)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Author
👤 **Leslie Aine**

- GitHub: [@LeslieAine](https://github.com/LeslieAine)
- LinkedIn: [LeslieAine](https://linkedin.com/in/LeslieAine)

(back to top)

## 🔭 Future Features

- [ ] **[Connect API]**
- [ ] **[Provide expenditure limits and alerts]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project consider giving it a star ⭐️.

(back to top)

## 🙏 Acknowledgments

I would like to thank Gregoire Vella on Behance who is responsible for the original design idea.

- LazyCoders
- Coding Partners

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)