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

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

The Budget app is a mobile 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.
https://github.com/lawmsangi/budget-app

bootstrap rails ruby-on-rails

Last synced: 10 months ago
JSON representation

The Budget app is a mobile 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.

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)
- [🎥 Live Video](#live-video)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [BUDGET_APP]

The Budget app is a mobile 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

Postgresql

ruby on Rails

Bootstrap 5

### Key Features

- **Show Category List**
- **Add new Category by the User**
- **Show Payments list by latest**
- **Add new Payment by the User**

(back to top)

## 🎥 Live Video

- [Live video Link](https://www.loom.com/share/17c44c26cee743ef911c01f6a1f4f2c0)

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://my-budget-app-1tru.onrender.com/)

(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
[Ruby] (https://rubyinstaller.org/downloads/)
Rails: gem install rails
```
### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Lawmsangi/budget-app.git
```

### Install

Install this project with:

```sh
cd budget_app
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec ./spec
```

(back to top)

## 👥 Authors

👤 **Lawmsangi Varte**

- GitHub: [@githubhandle](https://github.com/Lawmsangi)
- Twitter: [@twitterhandle](https://twitter.com/mamy_22_zayn)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawmsangi-varte-baa429244/)

(back to top)

## 🔭 Future Features

- [ ] **Search feature**
-[ ] **Archive transactions**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please feel free to check it out on my GitHub and give me a star thanks.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse, my learning partners for the support upon the completion of this project.

I would also like to give a big thanks to Gregoire Vella for this design he provided on behance.

Link to design

(back to top)

## 📝 License

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

(back to top)