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

https://github.com/balikuddembe/budget-app


https://github.com/balikuddembe/budget-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

ruby


Budget App


# 📗 Table of Contents

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

# 📖 My Blog App

My budget app is a mobile and 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.

## 🛠 Built With

### Tech Stack

Client

Database

### Key Features

- **Add/display categories**
- **Add/display transactions**
- **Log in**
- **Sign in**

(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:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Balikuddembe/budget-app.git
```

-

### Install

Install this project with:

```sh
cd my-folder
bundle install
```

-

### Usage

To run the project, execute the following command:

```sh
rails server
```

-

### Run tests

To run tests, run the following command:

```sh
rspec
```

(back to top)

## 👥 Authors

👤 **Emmanuel Balikuddembe**

- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmma](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)

(back to top)

## 🔭 Future Features

- [ ] **Add remove option**
- [ ] **Improve UI**
- [ ] **Connect more views**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Balikuddembe/budget-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give 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)