nathess91 / paid-app

collaborative React-on-Rails app that manages monthly bills and dates
0 stars 0 forks source link

Paid App

Product Vision

-- The Paid App was created with the intention of being the first finance-managing app that focuses on suggesting the best way to pay down a user's debt as fast as possible. It does this by using custom algorithms that look at a range of factors including:

Additionally, users can filter the bills on their dashboard by upcoming, previously paid, general, and debt. Each bill can be edited within the dashboard to maintain the integrity of the single page app.

Technologies

Mocks

To view locally...

  1. git clone this repo
  2. cd into the file & bundle install
  3. rails db:setup
  4. rails s
  5. view on localhost:3000!

Contributors