The Expense Tracker is a web-based application that allows users to track their income and expenses, manage transactions, and visualize financial data through charts. This project is built using React.js with Chart.js for visualization and Local Storage for data persistence.
Add total income, expenses, and balance.
Display a summary of total income, total expenses, and balance.
A bar chart visualizing income, expenses, and balance for the current month.
Add new transactions (income/expense).
Edit and delete transactions.
The app is styled with Tailwind CSS for mobile-friendliness.
Frontend : React.js
Chart Library : Chart.js
Styling : Taliwind CSS
Data Persistence : Local Storage
The background color is #ffffff
for light mode and #000000
for dark mode.