Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/banzaman/budget_app

Simple web app to organize a budget. You can add categories and expenses per category, and get the total amount spent on each one of them. Includes authentication. Built with Ruby on Rails.
https://github.com/banzaman/budget_app

Last synced: about 2 months ago
JSON representation

Simple web app to organize a budget. You can add categories and expenses per category, and get the total amount spent on each one of them. Includes authentication. Built with Ruby on Rails.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Budget App]

**[Budget App]** is a project created to manage and display entries in a library using Object Oriented Programming with Ruby.

## 🛠 Built With

### Tech Stack

The 'Budget App' app was built using Ruby on Rails, and PostgreSQL


  • Ruby on Rails

  • PostgreSQL

### Key Features

- Add different types of entries
- Organize them into a collection
- Preseve and load data
- List and display the different categories
- PostgreSQL

(back to top)

## Live Demo

Visit the site live [here.](https://mysite-28qd.onrender.com)

You can see the video presentation for this project [here.](https://www.loom.com/share/8f12e2777cdc4a198036debc24bcd1)

(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 installed.

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/banzaman/budget_app

cd budget-app
```

### Install
```
bundle install
```

### Usage
```
ruby main.rb
```

### Tests
```
rspec spec
```

(back to top)

## 👤 Author

**Mark Rubanza**

- GitHub: [@banzaman](https://github.com/banzaman)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson-4399a2211/)

(back to top)

## 🔭 Future Features

- Better UI Experience
- Reduce Time & Space Complexity

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please show us support by givintg it 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)