Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 572 Bytes

💲 Budget App (Live)

A full stack expense tracking app built using React, Typescript, Redux, and Firebase. You can add/remove expenses and sort them by date, amount, or title.

Install

npm install

Usage

To get it running locally you'll need to add your own Firebase config to .env

npm start

Testing

Jest and Enzyme tests are run on a separate Firebase database, with config in .env.test.

npm run test