[budget-app] is a Ruby on Rails application that allows users to create budgets and track their expenses.
Ruby
Rails
Postgresql
- Create new transaction groups.
- Create new transactions.
- View all transactions.
- View all transaction groups.
- View all transactions for a specific group.
See Project 🚀
Presentation video
To get a local copy up and running, follow these steps.
In order to run this project you need to have ruby, rails and postgres installed.
Clone this repository to your desired folder:
cd my-folder
git clone github.com/microhass/budget-app.gitThen navigate to budget-app folder:
cd budget-appInstall necessary dependencies:
bundle installThen start the app server:
rails serveVisit http://127.0.0.1:3000/ to view the app.
👤 Hassan Shakur
- GitHub: @hassanShakur
- Twitter: @HassShakur
- LinkedIn: hassanShakur
- Implement the desktop version of the app.
- Improve on the mobile UI and UX.
- Add more features to the app.
- Add more tests.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you'd like to contribute to this project, feel free to fork the repository and make changes as you see fit. Please submit a pull request with your changes and I'll review them as soon as possible.
I would like to thank my coding partners and mentor for the support, and Microverse for the opportunity.
Special thanks to Gregoire Vella on Behance for the design inspiration.
This project is MIT licensed.