Skip to content

thinkful-ei21/acceptable-losses-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.. :)