A simple yet powerful expense tracking application built with React and Tailwind CSS. Start simple with local storage and scale to a full-stack solution.
- 💰 Add Expenses: Track your spending with the ExpenseForm component
- 🔍 Filter Expenses: Organize and view expenses by category or date with Filters
- 📊 View Summary: See all your expenses in a clean table format with ExpenseTable
- ExpenseForm - Add new expenses with category, amount, and date
- Filters - Filter expenses by various criteria
- ExpenseTable - Display expenses in an organized table view
Currently uses Local Storage for data persistence. No backend required to get started!
- React
- Tailwind CSS
- Local Storage API
Clone the repository and install dependencies to begin tracking your expenses!
This is a progressive app - we'll add backend functionality as needed.


