A simple personal finance tracker built with React and Tailwind CSS.
Users can log daily expenses, categorize them, and view totals dynamically.
- Add and categorize expenses
- Dynamic total calculation
- Real-time UI updates using React hooks
- Responsive dashboard layout
- Clean and modern design
- API integration (if applicable)
- React
- Tailwind CSS
- Vite
-
Dashboard → See all your expenses, category summary, and charts

-
Add Expense → Add new expenses with name, amount, category, and date

https://trackwise-expense.vercel.app/
https://github.com/itsgauravkumar07/Expense-Tracker
- Managing state effectively using React
- Structuring UI using Tailwind CSS
- Creating reusable components
- Handling user interactions and dynamic UI
git clone https://github.com/itsgauravkumar07/expense-tracker.git
cd expense-tracker
npm install
npm run dev