https://github.com/timbar09/budgettrail
This is a mobile web application designed to help users effectively manage their budget. With this application, users can track their transactions and associate them with specific categories, providing a clear overview of their spending habits.
https://github.com/timbar09/budgettrail
capybara devise material-ui postgresql rspec-rails rubocop sass
Last synced: 12 months ago
JSON representation
This is a mobile web application designed to help users effectively manage their budget. With this application, users can track their transactions and associate them with specific categories, providing a clear overview of their spending habits.
- Host: GitHub
- URL: https://github.com/timbar09/budgettrail
- Owner: Timbar09
- License: mit
- Created: 2023-08-04T13:41:22.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-09T19:24:43.000Z (over 2 years ago)
- Last Synced: 2025-02-04T10:49:00.544Z (about 1 year ago)
- Topics: capybara, devise, material-ui, postgresql, rspec-rails, rubocop, sass
- Language: Ruby
- Homepage: https://budgettrail.onrender.com/
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BudgetTrail
## 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
> This is a mobile web application designed to help users effectively manage their budget. With this application, users can track their transactions and associate them with specific categories, providing a clear overview of their spending habits.
Watch the [video presentation](https://www.loom.com/share/4cfdf37316cb4e3798e803264738a5bb?sid=c7e5226b-dfda-45ab-9631-1ab903afa50d) of the project.
Client
Server
Database
- **User Registration and Login**
> Users can create an account and securely log in to access the application's features. This ensures that their financial data remains private and personalized.
- **Transaction Management**
> Users can add new transactions to the application, specifying the amount and associating them with relevant categories. This allows for a detailed record of their spending activities.
- **Categorized Spending Analysis**
> The application provides a comprehensive view of the user's spending patterns by displaying the total amount spent in each category. This feature enables users to identify areas where they are allocating significant funds and make informed decisions to manage their budget effectively.
- See the app live, [here](https://budgettrail.onrender.com).
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Timbar09/BudgetTrail.git
```
### Prerequisites
In order to run this project you need:
- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).
### Install
Install this project's dependencies by running:
```sh
cd my-project
bundle install
npm install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
| 👤 Author | GitHub | Twitter | LinkedIn |
| :----------- | :--------------------------------------- | :-------------------------------------- | :------------------------------------------------------------ |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |
- [ ] **Add more functionality.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Timbar09/BudgetTrail/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank [Gregoire Vella](https://www.behance.net/gregoirevella) for the project's [design template](https://creativecommons.org/licenses/by-nc/4.0/).
I would also like to thank the microverse community for the useful content
This project is [MIT](./LICENSE) licensed.