aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-27 23:02:42 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa@surgot.in> 2025-04-27 23:02:42 +0530
commit538d933baef56d7ee76f78617b553d63713efa24 (patch)
tree3fcbc4208849dfa0e5dc8fe5761e103a3591c283 /README.md
parent3941d80ff120238b973451325b834ebd8377281e (diff)
downloadfinance-538d933baef56d7ee76f78617b553d63713efa24.tar.gz
finance-538d933baef56d7ee76f78617b553d63713efa24.tar.bz2
finance-538d933baef56d7ee76f78617b553d63713efa24.zip
finance: feat: added the goal page with some improvements of ui
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b390b63..5c1de8c 100644
--- a/README.md
+++ b/README.md
@@ -111,15 +111,15 @@ An application designed to help manage personal finances, including income (like
* **Backend:**
* [x] Implement logic for loan calculations (remaining balance, interest if applicable)
- * [ ] Implement logic for goal progress tracking based on transactions/savings
+ * [x] Implement logic for goal progress tracking based on transactions/savings
* [ ] Refine APIs for Loans and Goals based on frontend needs
* [ ] Add validation logic for all inputs
* [ ] Enhance tests for loan and goal logic
* **Frontend:**
* [x] Create components for displaying loan details and history
* [x] Create forms for adding/editing loans
- * [ ] Create components for displaying financial goals and progress
- * [ ] Create forms for adding/editing goals
+ * [x] Create components for displaying financial goals and progress
+ * [x] Create forms for adding/editing goals
* [x] Connect loan and goal components to backend APIs
**Phase 4: Notifications**