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

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

An expense Tracker is the easiest and most user-friendly Personal Finance App. And best of all, it allows you to create user, group, transaction, and total amount of money spent by each user and by each group.
https://github.com/alusp/budget-app

Last synced: over 1 year ago
JSON representation

An expense Tracker is the easiest and most user-friendly Personal Finance App. And best of all, it allows you to create user, group, transaction, and total amount of money spent by each user and by each group.

Awesome Lists containing this project

README

          



logo

Microverse README Template

# 📗 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)

# 📖 BUDGET APP

> An expense Tracker is the easiest and most user friendly Personal Finance App. And best of all, it allows you to create user, group, transaction and total amount of money spent by each user and by each group. it's free! The simple fact is, by tracking all your expenses.

## 🛠 Built With

### Tech Stack

> The following tech stack was used:

Client

Server

Database

### Key Features

> The following are the key feature:

- **[Create Categories]**
- **[Create transactions]**
- **[Create User]**

(back to top)

## 🚀 Presentation

>Demonstration of project.

- [here](https://www.loom.com/share/46f73bd7b34749ddbe4ce84357a37661)

(back to top)

## 💻 Getting Started

> Below illustrate how to use the project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:


Rails: -v: 7.0.4

```sh
gem install rails
```

Ruby: -v: 3.1.2

NPM: -v: 8.19.2

```sh
run nmp -v
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
cd my-project
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 spec
```

### Deployment

>Deployment project.

- [Soon](https://budget-app-e823.onrender.com/)

(back to top)

## 👥 Authors

👤 **Alusine Jalloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Credit to Original Design idea by `Gregoire Vella on Behance`.

(back to top)


## 📝 License

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

(back to top)