Skip to content

Commit c07eda0

Browse files
committed
update
1 parent 8bb12fc commit c07eda0

10 files changed

Lines changed: 1244 additions & 95 deletions

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This application leverages **Angular** as the frontend framework and **Tailwind
2121
| Angular | Frontend application logic |
2222
| Tailwind CSS | Styling and responsive UI |
2323
| LocalStorage | Persistent data storage |
24-
| Django | Backend api logic |
24+
| Spring Boot | Backend api logic |
2525

2626
---
2727

@@ -110,13 +110,14 @@ All expenses are stored in the device's **LocalStorage** and reflected immediate
110110

111111
Provides customization and utility options for better personalization:
112112

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.
117-
***Add Category** — Create custom categories for better organization.
118-
* ✏️ **Edit Category** — Modify existing categories.
119-
***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.
118+
***Add Category** — Create custom categories for better expense organization
119+
* ✏️ **Edit Category** — Update or rename existing categories
120+
***Delete Category** — Remove unused or incorrect categories
120121

121122
---
122123

index.html

Lines changed: 717 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)