Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.28 KB

Shrewdent

A shrewd, prudent approach to personal expensing.

View live site

Getting Started

For a local copy, clone the repo and from the command line: yarn install && yarn run dev-server (or use npm).

Features

  • Create, update, and delete expenses.
  • Sort by date or amount, search by text, or filter expeneses within a specific date range.
  • Each account is secure and private with Google Authentication.

Running Tests

Shrewdent is fully tested using Jest. To run the automated test suite, clone the repo locally, and run yarn test.

Built With

Shrewdent is a fast, sleek, expense manager application that utilizes:

Special Thanks

Shout out to Andrew Mead and his 31+ hour React course. I highly recommend!