Budget App

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.

Design

Built With

  • Languages Used: HTML, CSS, RUBY.
  • Frameworks: RUBY ON RAILS, BOOTSTRAP.
  • Technologies used: RSpec, Capybara, Bullet, Devise, CanCanCan.

Live Demo (Soon)

Not Available

Video (Soon)

Quick look at the app features: Loom Video Not Available

Getting Started

To get this program running on your computer,

  1. First, install Ruby
  2. Clone the project repository (link)

Run (terminal)

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

Authors

👤 Mohammed Raad

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Micronuts
  • My Partners

📝 License

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.