A mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what.
- HTML & CSS
- JavaScript
- Ruby on Rails
- Rubocop
- Rspec
- OOP
To get a local copy up and running follow these simple example steps.
- copy this link
https://github.com/ShoiraTa/budget-app.git
. - get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write
git clone https://github.com/ShoiraTa/budget-app.git
. - go to the repository folder in your command prompt.
- run
bundle install
. - run
npm install
- create database in your postgre called
recipe_development
- run
rails db:migrate
- To run the test run
rspec
in your command prompt. - To run the rails server run
rails s
in your command prompt.
👤 Shoira
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Gregoire Vella on Behance the author of the original design
This project is MIT licensed.