Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bohaz/budget-app
- Owner: bohaz
- Created: 2023-10-23T17:50:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T19:50:00.000Z (9 months ago)
- Last Synced: 2024-12-18T16:47:04.396Z (about 2 months ago)
- Topics: css, devise, javascript, postgresql, rspec, ruby-on-rails, stimulus-js
- Language: Ruby
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 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)
Ruby on Rails
Stimulus Js
- **User Authentication**
- **Category Management**
- **Interactive Dashboards**
- **Budget Setting**
- **User-Friendly Interface**
- [Video presentation](https://www.loom.com/share/faec2326d00545399580c177ab40a5a8?sid=ddc78867-c15e-4327-ac42-3e4497b012c7)
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
```
### Usage
Initialize it with
```
rails server
```
Then open `http://localhost:3000` in your browser.
### Test
To run the tests try the following command:
```
rspec spec
```
π€ **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/)
- [ ] **Bill Payment Reminders**
- [ ] **Automatic Expense Categorization**
- [ ] **Machine Learning Insights**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/bohaz/Budget-app/issues).
If you like this project let me know with a STARβ!
- 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).
This project is [MIT](https://github.com/bohaz/Budget-app/blob/dev/MIT.md) licensed.