mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- User can create an account
- User can login
- User can create a transaction
- user can create a category
- user can view all transactions based on category
- mobile first design
- Rspec test for models, controllers and views
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Rails needs to be installed on your system.
Clone this repository to your desired folder: Example command:
git clone https://github.com/zewdu444/budget_app.git
cd budget_app
Example command:
cd budget_app
bundle install (install all dependencies)
To run the project redirecting to the root directory of the project and run the following command:
bin/rails server (to run web application)
To test the web app run the following command:
rspec spec ( to test the web application)
👤 Zewdu Erkyhun
- GitHub: @zewdu444
- Twitter: @zewdu444
- LinkedIn: zewdu-anley
- [UX Desktop design]
- [will add REST API]
- [side navigation bar for mobile view]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
I would like to thank microverse community for the support and guidance
-
I would like to express gratitude to Gregoire Vella, as per the Creative Commons license.
This project is MIT licensed.