Epaltechs / budget-app

This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It would help you to be reasonable in making financial decisions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget App

This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It also displays the category and transactions one spend the most money in and the total monthly expenses, allowing you to be reasonable in making financial decisions.

Schema

Built With

  • Ruby
  • Ruby on rails
  • BootStrap
  • Rubocop
  • Rspec & Capybara
  • Devise
  • cancancan

Live Demo

Video

Deployment

Render

Short URL

Get Started

To get a local copy up and running follow these simple steps.

$ git clone https://github.com/epaltechs/budget-app
$ cd budget-app
$ bundle install
$ rake db:create
$ rake db:migrate

Run tests

$ bundle exec  rspec ./spec/models
$ bundle exec  rspec ./spec/features
$ bundle exec  rspec ./spec/routing

πŸ‘€ Author

πŸ‘€ Emmanuel Paul

🀝 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

This project is MIT licensed.

About

This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It would help you to be reasonable in making financial decisions.

License:MIT License


Languages

Language:Ruby 70.2%Language:HTML 25.6%Language:CSS 2.5%Language:JavaScript 1.6%Language:Shell 0.2%