This is a mobile web application for managing BUDGETS. You can create new Categories and Transactions. The category page shows you a transaction's summary.
Client
Server
Database
- User can Log In
- User can Sign Up
- User can add new Categories
- User can add new Transactions to categories
https://www.loom.com/share/3b1bdcb587374fca87131069065b6769
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone https://github.com/storres20/BudgetApp.git
Install the project dependencies with:
- bundle install
- npm install
To run the project, execute the following command:
rails s
To run tests, run the following command:
rspec
👤 Italo Lon Kan
- GitHub: @storres20
- Twitter: @italolonkan
- LinkedIn: LinkedIn
- Edit categories and transactions feature
- Delete categories and transactions feature
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
Original design idea by Gregoire Vella on Behance
This project is MIT licensed.