/expenses-client

Client for Expenses Project

Primary LanguageJavaScript

Expenses Project Client

This expense tracker allows multiple people who belong to the same household to record their personal and household expenses. The initial motivation was to make it easier to divide household expenses with my wife.

Tech

Standard react.js project, bootstrapped with create-react-app

To try it:

  1. clone the server repo and get it up and running first.
  2. clone the repo
  3. run 'npm install'
  4. set the base url that your server is running on in helpers.js (e.g. localhost:8000)
  5. run 'npm run start'

Screenshots

Home Page

Add Expense

Expenses List

Summary

Categories

Menu

If you have any questions, reach out to me at blinduck@gmail.com