Skip to content

caionnx/react-expensify

Repository files navigation

Expensify

Coverage Status Build Status

A simple project for managing expenses with a React SPA. https://csb-fwl44-jf477imnh-caionavarron.vercel.app/

  • Add a category to your expense.
  • Login with an email account.
  • Login anonymously to see a demo.

Scripts

Create bundle as production environment:

yarn run build-prod

For local development. Accessible from localhost:8080:

yarn run dev-server

Node server for production. Accessible from localhost:3000:

yarn start

Running the tests

ESLint

yarn run js-lint

Jest

yarn test
yarn test --watch
yarn test --coverage

Built With

  • React
  • Firebase
  • Vercel

License

This project is licensed under the MIT License