Product
Blog
Docs
Pricing
Log in
Sign up
yamunna/financial-tracker
yamunna/financial-tracker
/
Compare
Merge
yamunna/main
into
templates/main
20 files changed
Hide whitespace
+1285
-91
README.md
+24
-43
templates/main
yamunna/main
frontend/components/App.tsx
+119
-7
frontend/favicon.svg
+9
-3
frontend/index.html
+37
-6
H
index.ts
+17
-14
backend
backend/db.ts
+50
-0
backend/routes.ts
+199
-0
frontend/components/Dashboard.tsx
+119
-0
frontend/components/DebtChart.tsx
+116
-0
frontend/components/Icons.tsx
+24
-0
frontend/components/LoanForm.tsx
+145
-0
frontend/components/LoanList.tsx
+74
-0
frontend/components/MessageBoard.tsx
+76
-0
frontend/components/PaymentTracker.tsx
+96
-0
frontend/components/WhatIfCalculator.tsx
+75
-0
frontend/components/hooks.ts
+45
-0
shared
shared/types.ts
+60
-0
frontend/components/Counter.tsx
+0
-18