/budget-app

The Budget App is a mobile-focused web application where you can manage your expenses: you have a list of expenses associated with a category, and this allows you see how much money you have spent on what and on which category. It also shows you which category you spend most on and your total expenses for the current month which helps you make more informed decisions about your finances.

Primary LanguageRubyMIT LicenseMIT

Buget-App

screenshot

Project Description

The Budget App is a mobile-focused web application where you can manage your expenses: you have a list of expenses associated with a category, and this allows you see how much money you have spent on what and on which category. It also shows you which category you spend most on and your total expenses for the current month which helps you make more informed decisions about your finances.

Built With

  • Ruby
  • Ruby on Rails
  • BootStrap
  • Stylelint
  • Rubocop
  • Gems
    • Rspec
    • Capybara
    • FactoryBot
    • Selenium-webdriver
    • Bcrypt
    • Letter-opener
    • Faker
    • cancancan
    • Devise
    • Google cloud services (for image storage on production)

Get Started

Follow these steps below:

Pre-requisites

- Ruby
- Rails
- PostgreSQL

Setup

Clone the repo and run bundle install in the command line to install the dependencies

$ git clone https://github.com/clintonjosephs/budget-app.git
$ cd budget-app

Install gems with:

$ bundle install

Install style linters with

$ npm install

Run test on project with

$ rspec
  - this will run all the test cases
$ rspec spec/folder_name/name_of_test_file.rb
  - to run test cases individually

Start rails server (puma)

$ rails server

Open http://localhost:3000/ in your browser

Author

👤 Clinton Mbonu

🤝 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

📝 License

See PUBLIC license.