Expense Wisely β Where Your Money Stops Playing Hide and Seek!
π Overview
Expense Tracker is a mobile-first financial management application designed to help users easily track their daily and monthly expenses. The application emphasizes a user-friendly UI/UX tailored specifically for smartphones, allowing seamless personal finance management on the go.
This application leverages Angular as the frontend framework and Tailwind CSS for responsive and modern UI styling. All user data is stored in LocalStorage, making the app lightweight and independent of backend dependencies.
β¬οΈ Download APK | π Live Demo | π GitHub | π Code Documentation
π§° Tech Stack
| Technology |
Purpose |
| Angular |
Frontend application logic |
| Tailwind CSS |
Styling and responsive UI |
| LocalStorage |
Persistent data storage |
| Django |
Backend api logic |
π± Features & Functionality
1. Dashboard View
2. Add Expense View
Allows users to add new expense entries through a form. Input fields include:
- π° Amount
- π
Date & Time
- π·οΈ Category (chosen from a dropdown list)
- π³ Payment Mode
- π Location (chosen from a dropdown list or manually typed)
- π Note (chosen from a dropdown list or manually typed)
- π‘ Extra Spending
All expenses are stored in the device's LocalStorage and reflected immediately in graphs and listings.
3. Calendar View
- Users can view a monthly calendar to explore expenses on specific dates.
- Tap any date to open a popup modal displaying all expenses for that day.
- Navigate across months and years to view past or future expenses.
- Toggle the Show HeatMap switch to highlight each day based on spending intensity.
- Days are color-coded based on spending thresholds (e.g. No expense, < threshold, between thresholds, > threshold) for quick insights.
- Users can now customize the threshold amounts for each heatmap color:
- Red (Rose) β default > βΉ1000
- Yellow (Amber) β default βΉ500 - 1000
- Green (Emerald) β default < βΉ500
- A summary table displays each color, the number of days, the total expense, and an Edit button for updating the thresholds.
- Editing allows users to set a new amount for the corresponding color, immediately updating the heatmap visualization.
- Additionally, users can enable a radio option to automatically set threshold values based on their budget, where
- Rose represents the average spent per day amount.
- Emerald represents the suggested spending per day amount.
4. List View
5. Budget View
6. Settings View
Provides customization and utility options for better personalization:
- π¨ Theme Mode Toggle β Dark / Light
- β¬οΈ Download Data β Export your expenses in PDF, JSON, or Excel formats between the selected date range. Users can also choose All Data to export all expense records.
- π€ Import Data β Upload expense data.
- π Update App β Update the application to the latest release.
- β Add Category β Create custom categories for better organization.
- βοΈ Edit Category β Modify existing categories.
- β Delete Category β Remove unused or incorrect categories.
π± Mobile-First Design
- The application is specifically designed for mobile devices.
- Features responsive components, intuitive touch controls, and visually appealing UI optimized for small screens.
- Not intended for laptop or desktop usage (though it works as PWA).
ποΈ Data Storage
All user data is stored using the browserβs LocalStorage API, ensuring:
- β
No need for a backend or server
- β‘ Fast read/write operations
- π Data stays on the user's device for privacy and control
π User Flow Summary
Launch App β View Expense Graphs (Toggle between Month/Day).
Add Expenses via the β tab.
Navigate to:
- Calendar to view per-date expenses.
- List for detailed log with search, filter, and sort options.
- Budget to monitor spending.
- Settings for customization.
π Code Documentation
For developers and contributors, detailed code-level documentation is available here:
π Documentation
πΌοΈ Screenshots