Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

TransactTrends is a web application designed to help you manage and keep a detailed track of your financial transactions
https://github.com/bohaz/budget-app

css devise javascript postgresql rspec ruby-on-rails stimulus-js

Last synced: 21 days ago
JSON representation

TransactTrends is a web application designed to help you manage and keep a detailed track of your financial transactions

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

# πŸ’° TransactTrends

TransactTrends is a web application designed to help you manage and keep a detailed track of your financial transactions. Through an intuitive and user-friendly design, you can record operations, assign them to specific categories, and get an overview of your expenses and transactions.

![Trend](https://github.com/bohaz/Budget-app/assets/127757182/dad244d0-1dc1-4a14-af29-6e53a94c03fc)

## πŸ›  Built With

### Tech Stack

Ruby on Rails

Stimulus Js

### Key Features

- **User Authentication**
- **Category Management**
- **Interactive Dashboards**
- **Budget Setting**
- **User-Friendly Interface**

(back to top)

πŸš€ Live Demo

- [Video presentation](https://www.loom.com/share/faec2326d00545399580c177ab40a5a8?sid=ddc78867-c15e-4327-ac42-3e4497b012c7)

(back to top)

## πŸ’» Getting Started

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

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:bohaz/Budget-app.git
```

Navigate to the cloned repository and run the following command to install the necessary gems:
```
cd BlogApp
bundle install
```

(back to top)

### Usage
Initialize it with
```
rails server
```
Then open `http://localhost:3000` in your browser.

(back to top)

### Test
To run the tests try the following command:
```
rspec spec
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)
- Portfolio: [Ricardo's Portfolio](https://ricardosportfolio.vercel.app/)

(back to top)

## πŸ”­ Future Features

- [ ] **Bill Payment Reminders**
- [ ] **Automatic Expense Categorization**
- [ ] **Machine Learning Insights**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR⭐!

(back to top)

## πŸ™ Acknowledgments

- I would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.

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

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/bohaz/Budget-app/blob/dev/MIT.md) licensed.

(back to top)