You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This application leverages **Angular** as the frontend framework and **Tailwind
21
21
| Angular | Frontend application logic |
22
22
| Tailwind CSS | Styling and responsive UI |
23
23
| LocalStorage | Persistent data storage |
24
-
|Django | Backend api logic |
24
+
|Spring Boot| Backend api logic |
25
25
26
26
---
27
27
@@ -110,13 +110,14 @@ All expenses are stored in the device's **LocalStorage** and reflected immediate
110
110
111
111
Provides customization and utility options for better personalization:
112
112
113
-
* 🎨 **Theme Mode Toggle** — Dark / Light
114
-
* ⬇️ **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.
115
-
* 📤 **Import Data** — Upload expense data.
116
-
* 🔄 **Update App** — Update the application to the latest release.
* ❌ **Delete Category** — Remove unused or incorrect categories.
113
+
* 🎨 **Theme Mode Toggle** — Switch between **Dark** and **Light** modes
114
+
* ⬇️ **Download Data** — Export expenses in **PDF**, **JSON**, or **Excel** formats within a selected date range. Users can also choose **All Data** to export every expense record
115
+
* 📤 **Import Data** — Upload and import expense data into the application
116
+
* 🔄 **Update App** — Update the application to the latest available version
117
+
* ☁️ **Data Backup** — Enable automatic or manual data backup for data safety. When enabled, a backend API runs automatically in the background to upload your data to the database.
0 commit comments