🔗 Live Demo: https://spendwise-woad.vercel.app
SpendWise is a full-stack expense tracking application that automatically parses UPI SMS messages to extract transaction details and provides insightful analytics, budgeting tools, and AI-powered financial guidance.
- 📩 Regex-based UPI SMS parsing (merchant, amount, date)
- 📊 Category-wise expense tracking (10+ categories)
- 📈 Interactive analytics (weekly trends, pie charts)
- 💰 Budget management with monthly limits
- 🤖 AI-powered financial insights & anomaly detection
- 🔐 Secure authentication with JWT
- 📤 CSV export & transaction filtering
- Frontend: React.js, Vite, Tailwind CSS, Recharts, Framer Motion
- Backend: Node.js, Express.js
- Database: Supabase (PostgreSQL)
- AI: Groq API (LLaMA 3)
- Deployment: Vercel (frontend), Render (backend)
git clone https://github.com/justcoding1908/Spendwise.git
cd Spendwisecd client
npm install
cd ..
npm install# backend
node server.js
# frontend
cd client
npm run dev- Frontend: Vercel
- Backend: Render
Vaishnavi Kaushal