SmartSpend Pro is a modern expense tracking web app built with HTML, CSS, and JavaScript. It helps users record expenses, track monthly budgets, view analytics, and get simple AI-style budget advice based on spending patterns.
- Add, edit, and delete expenses
- Track monthly budget and remaining balance
- View recent expenses on a dashboard
- Filter and search expense history
- Visualize spending with charts
- Get budget advice through a smart advisor page
- Toggle dark mode
- Store data locally in the browser
index.html— Dashboardadd.html— Add Expensehistory.html— Expense Historybudget.html— Budget Planneranalytics.html— Charts and insightsadvisor.html— Smart budget advisor
- HTML
- CSS
- JavaScript
- Chart.js
- LocalStorage
SmartSpendPro/ │── index.html │── add.html │── history.html │── budget.html │── analytics.html │── advisor.html │── style.css │── script.js │── README.md