A stylish and smart fullstack Expense Manager App to help you track your spending, control your budget, and gain financial clarity.
| Technology | Description |
|---|---|
| ⚛️ React.js | Frontend UI and component logic |
| 🖥 Node.js | JavaScript runtime for backend |
| 🚀 Express.js | Backend framework for REST APIs |
| 🗃 MongoDB Atlas | Cloud-based NoSQL database |
| 🧬 Mongoose | ODM for MongoDB schema modeling |
| 🎨 CSS | Modern UI with glassmorphism effect |
| 🔐 dotenv & CORS | Secure configuration and API access |
📺 Click the image below to watch the demo:
- ✅ Add income and expense transactions
- 📊 Real-time balance updates
- 🧾 Full transaction history
- 💾 Data stored in MongoDB (cloud)
- ⚡ Fully responsive UI
- 🔐 Secure backend using environment variables
git clone https://github.com/your-username/moneytracker.git
cd moneytracker

