The Balance Tracker app helps users to list out their transactions and calculate the overall balance.

User Stories

  • Users can add, update and delete transactions.
  • Users can see flash messages indicating successful CRUD operations and errors.
  • Users can see updated income, expense and overall balance tabs when the list of transactions updates.
  • User transactions are stored in Firestore.
  • User authentication is handled using Firebase authentication.