is a web-based budgeting application built using Ruby on Rails and PostgreSQL. This application allows users to track their income and expenses and provides a visual representation of their budget. Users can add or remove income and expenses, and the application automatically calculates the remaining budget. The website is responsive and optimized for use on desktop and mobile devices
- Register an account
- Login registered account
- Create categories and transactions
To get a local copy up and running, follow these steps.
In order to run this project you need to install the following on your machine:
Clone this repository to your desired folder:
Example commands:
- Clone this repository using GitBash or the command Terminal:
git clone https://github.com/jodavid444/Budget-Tracker-Application.git
cd Budget-Tracker-Application
- Inside the project directory, install the project's dependencies:
bundle install (install all dependencies)
- Create the app's database
rails db:create
- Setup the app's database
rails db:setup
rails server
- Runs the app local server
👤 Joseph David
-
GitHub: @jodavid444
-
Twitter: @jodavid444dave
-
LinkedIn: @joseph-david
- [Create a user profile]
- [Create a desktop version]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star. Thank you 🙏
- I would like to thank Microverse for the great project idea. ❤️
- Credit goes to Gregoire Vella on Behance whose original design was used.
Icons were used from Flaticon
This project is MIT licensed.