@@ -147,8 +147,8 @@ <h3>2. <strong>Add Expense View</strong></h3>
147147< li > 📅 < strong > Date & Time</ strong > </ li >
148148< li > 🏷️ < strong > Category</ strong > (chosen from a dropdown list)</ li >
149149< li > 💳 < strong > Payment Mode</ strong > </ li >
150- < li > 📍 < strong > Location</ strong > </ li >
151- < li > 📝 < strong > Note</ strong > </ li >
150+ < li > 📍 < strong > Location</ strong > (chosen from a dropdown list or manually typed) </ li >
151+ < li > 📝 < strong > Note</ strong > (chosen from a dropdown list or manually typed) </ li >
152152< li > 💡 < strong > Extra Spending</ strong > </ li >
153153</ ul >
154154< p > All expenses are stored in the device's < strong > LocalStorage</ strong > and reflected immediately in graphs and listings.</ p >
@@ -158,6 +158,12 @@ <h3>3. <strong>Calendar View</strong></h3>
158158< li > Users can view a < strong > monthly calendar</ strong > to explore expenses on specific dates.</ li >
159159< li > Tap any date to open a < strong > popup modal</ strong > displaying all expenses for that day.</ li >
160160< li > Navigate across < strong > months and years</ strong > to view past or future expenses.</ li >
161+ < li > Toggle the Show HeatMap switch to highlight each day based on spending intensity.< ul >
162+ < li > Days are color-coded (e.g. No expense, < ₹300, ₹300–₹1000, > ₹1000) for quick insights.</ li >
163+ < li > A legend below the calendar explains each color category.</ li >
164+ < li > A summary table displays color, days count, and total amount for each category.</ li >
165+ </ ul >
166+ </ li >
161167</ ul >
162168< hr >
163169< h3 > 4. < strong > List View</ strong > </ h3 >
@@ -199,7 +205,7 @@ <h3>6. <strong>Settings View</strong></h3>
199205< p > Provides customization and utility options for better personalization:</ p >
200206< ul >
201207< li > 🎨 < strong > Theme Mode Toggle</ strong > (Dark / Light)</ li >
202- < li > ⬇️ < strong > Download Data</ strong > (export expenses data in pdf, json, excel formats)</ li >
208+ < li > ⬇️ < strong > Download Data</ strong > (export expenses data in pdf, json, excel formats. between the selected date range )</ li >
203209< li > 📤 < strong > Import Data</ strong > (upload expense data)</ li >
204210< li > ➕ < strong > Add Category</ strong > (custom categories for better organization)</ li >
205211< li > ❌ < strong > Delete Category</ strong > (remove unused or incorrect categories)</ li >
0 commit comments