Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.62 KB

README.md

File metadata and controls

71 lines (52 loc) · 1.62 KB

Welcome to Acceptable Losses!

With our app, you can keep track of all of your bills, see due dates of upcoming bills, click a button to visit your bill's payment website and mark them as paid. Staying on top of your expenses is as easy as hitting a button!!


Below are links to the live app and GitHub Repo for the server side:


Screenshots

Desktop View

DashboardBill Details

Mobile View

[MOBILE]Dashboard[MOBILE]User Settings[MOBILE]Add Bill Form


Tech Stack

Acceptable Losses is built using the following:

Technologies that made all of this possible...

  • JavaScript
  • React
  • Redux
  • Nivo
  • Moment
  • Big Calendar
  • HTML
  • Redux Form
  • Redux Thunk
  • React-Router
  • CSS Modules
  • JSON Web Token
  • CSS
  • Enzyme
  • Jest

Project's Key Parts Locations

Client-Side

  • Actions
  • Assets
  • Components
  • Local Storage
  • Reducers
  • Store
  • Styles
  • Tests
  • Validators

Dev Setup:

  • Clone both reops (this one and the Server Repo)

  • Once you have them cloned run npm install on both in order to get all dependancies.

  • Let the coding begin.. :)