A simple React.js web application that helps users track their spending, visualize expenses with categories — all stored locally using localStorage. No backend required!
- Win Yu Maung
- Sam Yati
- Phonvan Deelertpattana
Displays analytics with filters (daily/weekly/monthly) and chart visualizations.
Visualize daily, weekly or monthly spending using a line chart and pie chart.
Users can create custom spending categories.
Check out categories.
The page for entering daily spending records.
Input your spending with date, category, and amount.
Shows a history of recorded expenses.
All your data is stored persistently in the browser.
- ✅ LocalStorage-based persistence
- ✅ Add custom categories
- ✅ Record and view spending history
- ✅ Filter dashboard by day/week/month
- ✅ Charts for spending analysis
- ✅ Responsive design for all devices
- GitHub Repo: github.com/Kusk24/Project-01-Spending-Tracker
- Live Website: kusk24.github.io/Project-01-Spending-Tracker
git clone https://github.com/Kusk24/Project-01-Spending-Tracker.git
cd Project-01-Spending-Tracker
pnpm install
pnpm run dev