Skip to content

codyarose/budget-app

Repository files navigation

💲 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