A budget app named SmartPocket Budget keeps track of all your expenses associated with categories.
Client
Server
Database
The main features include:
- Create new transactions to track your expenses.
- Update or delete existing transactions.
- Create new categories to classify your expenses by category.
- View the calculated total amount of expenses per category.
- Update or delete existing categories.
To get a local copy up and running, follow these steps.
In order to run this project you need:
ruby >= 3.2.2
rails >= 7.0
postgres >- 15.3
Clone this repository to your desired folder:
git clone https://github.com/katarighe/budget-app
Install this project with:
cd budget-app
bundle install
it will install the required gemfile for running the project
to use this project:
bin/rails server or
rails server
it will run the the server on localhost:3000
to run tests:
👤 Mohamed Aden Ighe
- GitHub: @katarighe
- Twitter: @katarighe
- LinkedIn: @mighe
Here are some future features that could be added to the Budget app in the future.
- Add Transactions & Animations
- Introduce a Desktop version
- Improve the overall UX / UI design
These are just a few ideas for future features that could be added to the Budget app.
The specific features that are added will depend on the needs and wants of the users.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a star⭐️ or a thumbs up 👍 if you like this project! You can visit my GitHub profile for more of my projects.
- Project supervised by Microverse
- Creative Commons 4.0 License
- Original design theme is by Gregoire Vella on Behance
- Link to the original design theme by Gregoire Vella
This project is MIT licensed.