SpendSense - AI-Powered Expense Tracker
A full-stack expense tracker with real-time charts, budget alerts, and AI-powered personalized financial insights.
Preview Gallery
4 mediaTechnologies & Skills
Tags
Download at no cost
What's Included
Support & Customization
Resource Links
SpendSense is a full-stack expense tracking web app built with React and Node.js. Users can add, filter, and manage their daily expenses while visualizing spending patterns through interactive pie and bar charts. The app includes a smart monthly budget tracker that alerts users when they're close to or over their limit.
The standout feature is the AI Financial Advisor — powered by Groq's LLaMA 3.3 model — which analyzes a user's spending data and generates personalized, actionable financial insights and saving tips in real time.
The project uses a secure Express backend proxy to keep API keys safe, localStorage for fast data persistence, and Recharts for clean, responsive data visualization. It's fully responsive and works smoothly across desktop and mobile.
Future Enhancements
- Deploy backend separately for full live AI functionality
- Add user authentication and cloud data sync
- Export expense reports as PDF/CSV
- Add recurring expense tracking
Known Issues
AI Insights feature requires running the local Express backend server (server.js); it will not work directly on the deployed Vercel link unless the backend is also deployed separately.
Installation
1. Clone the repository: git clone https://github.com/lalasa496/spendsense-expense-tracker.git
2. Navigate into the project: cd spendsense-expense-tracker/expense-tracker
3. Install dependencies: npm install
4. Start the backend server (for AI Insights): node server.js
5. In a new terminal, start the frontend: npm run dev
6. Open http://localhost:5173 in your browser
Usage
Add your expenses using the "+ Add" tab, selecting a category and date. View spending breakdowns and budget progress on the Dashboard tab. Browse, search, filter, or delete past expenses in the Expenses tab. Click "Analyze My Spending" in the AI Insights tab to get personalized financial advice powered by AI. Set your monthly budget directly from the Dashboard to track how much you've spent versus how much remains.
System Requirements
- Node.js v16 or higher
- npm v8 or higher
- Modern web browser (Chrome, Firefox, Edge)
- Internet connection (required for AI Insights feature)
- No database required — uses browser localStorage
Slides Open in New Tab
For better readability, slides are opened directly. Documents remain preview-only with secure backend rendering.
Showing preview pages only. Purchase for full access to all pages and complete source package.
Login for Full AccessNo Q&A available yet
Be the first to ask a question!
Ask a Question
Customer Reviews
Write Your Review
No reviews yet
Be the first to review this project!
Similar Projects
You might also be interested in these projects
Terra – Plant Shop E-commerce Web Application
Responsive e-commerce plant store with live search, shopping cart, checkout, admin dashboard, and LocalStorage-based data persistence.
AssetPulse – Integrated Asset & Equipment Management System
AssetPulse is an asset system using QR codes, maintenance logs, warranty alerts, role-based security, and depreciation tracking with dashboard.
COCOMO Estimation Tool - using React JS and Flask Framework
Calculate the effort, time, and cost of software projects using the COCOMO model
Video Conferencing Platform
Built a MERN-based video conferencing platform with secure login, WebRTC video/audio calls, Socket.IO chat, and responsive UI.