An interactive and lightweight budget tracking app built with React, allowing users to:
- Set a budget
- Add income and expense transactions
- Visualize data with dynamic charts
- Persist all data with Firebase
- React
- Firebase (Authentication + Firestore)
- Recharts
- React Modal
- Framer Motion
- TailwindCSS
- Git + Vercel for deployment
- Budget input with dynamic display
- Add income/expense via animated modal
- Charts showing income and expenses in real time
- Firebase Auth for secure login
- Firestore for persistent data
- Smooth transitions with Framer Motion
git clone https://github.com/your-username/finance-dashboard.git
cd finance-dashboard
npm install
npm run dev