Skip to content

AshuJojo/expense-tracker

Repository files navigation

Expense Tracker

Please visit live application on: https://expense-tracker-ten-rouge.vercel.app/

Functionality

  1. This application has been made to track your expenses and display those using charts, bar charts.
  2. Made use of Context API to provide necessary data throughout application.
  3. You can add, edit, update or delete your expenses.
  4. You could add your income.
  5. This application persists your data in local storage and retrieve it when refresh the page.
  6. Implemented pagination for recent transactions components.
  7. It shows toast notifications for different scenarios.
  8. Made UI responsive, so to looks good on different screen sizes.

Tech Stack