a 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.
Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
-
Original design idea by: Gregoire Vella on Behance.
-
Design link.
- Languages Used: HTML, CSS, RUBY.
- Frameworks: RUBY ON RAILS, BOOTSTRAP.
- Technologies used: RSpec, Capybara, Bullet, Devise, CanCanCan.
Quick look at the app features: Loom Video Not Available
To get this program running on your computer,
- First, install Ruby
- Clone the project repository (link)
For dependencies, run
$ bundle install
$ npm i
For tests, run
$ rspec test
For linters' fixes, run
$ rubocop -A
$ npx stylelint "**/*.{css,scss}" --fix
To serve the app in the browser, run
$ rails server
👤 Mohammed Raad
- GitHub: @MoRaad97
- Twitter: @MohammedRaadz
- LinkedIn: Mohammed Raad
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Micronuts
- My Partners
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.