A clean, responsive React budget tracking application that helps users manage expenses, set monthly budgets, and visualize spending by category.
- Add and delete expenses
- Monthly budget setting with live progress bar
- Auto-save using localStorage
- Category-based pie chart
- Responsive & minimal UI
- React (Vite)
- Tailwind CSS
- Recharts
- LocalStorage
- Lucide Icons
👉 https://budget-app-rho-lilac.vercel.app
git clone https://github.com/YOUR-USERNAME/budjet-app.git
cd budjet-app
npm install
npm run dev