Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storres20/budgetapp

Budget App is a mobile web application, built with Ruby on Rails, where users can manage their budget by having a list of transactions associated with a category that shows how much money they spent and on what. Built with: Ruby, Ruby on Rails, PostgreSQL, Bootstrap
https://github.com/storres20/budgetapp

bootstrap css3 html5 postgresql ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Budget App is a mobile web application, built with Ruby on Rails, where users can manage their budget by having a list of transactions associated with a category that shows how much money they spent and on what. Built with: Ruby, Ruby on Rails, PostgreSQL, Bootstrap

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [Budget-App ](#budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [⏯ Video ](#-video-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# Budget-App
This is a mobile web application for managing BUDGETS. You can create new Categories and Transactions. The category page shows you a transaction's summary.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- User can Log In
- User can Sign Up
- User can add new Categories
- User can add new Transactions to categories

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://budgetapp-xaqh.onrender.com/)

(back to top)

## ⏯ Video

https://www.loom.com/share/3b1bdcb587374fca87131069065b6769

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).

- [PostgreSQL](https://www.postgresql.org/) installed and running

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/storres20/BudgetApp.git
```

### Install

Install the project dependencies with:

```
- bundle install
- npm install
```

### Usage

To run the project, execute the following command:

```
rails s
```

### Run tests

To run tests, run the following command:

```
rspec
```

(back to top)

## 👥 Author

👤 **Italo Lon Kan**

- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)

(back to top)

## 🔭 Future Features

- Edit categories and transactions feature
- Delete categories and transactions feature

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

## 🙏 Acknowledgments

Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)

(back to top)

## 📝 License

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

(back to top)