An app that lets you list out and sort your expenses. Sorting can be done by amount, or by date. The App uses Firebase for storing user expenses, and Firebase Auth for logging in with Google.
$ yarn install- Installs all the dependencies$ yarn run dev- Runs the App in Development Mode$ yarn run test- Runs Test Suite Once$ yarn run test:watch- Runs Test Suite in --watch mode