The My Budget app is a mobile web application which helps users to manage their budget. It has features of listing transactions associated on a category and with the app you can see how much money you spent on that category.
- Ruby
- RoR
- Sass
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
- Download the
Zip
file or Clone the repo with:
git clone https://github.com/tresorsawasawa/Budget_app.git
- To access the project directory
cd Budget_app
bundle install
rails db:migrate
rails s
Check http://localhost:3000/ in your browser
- To run models tests
rspec spec/
or
bundle exec rspec spec/
👤 Trésor Sawasawa
- GitHub: @tresorsawasawa
- Twitter: @tresorsawasawa
- LinkedIn: Trésor Sawasawa
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A great thanks to my coding partners, morning session team, and standup team partners for their contribution.
- Microverse
- Great thanks to Gregoire Vella on Behance for design template.
This project is MIT licensed.