Product
Blog
Docs
Pricing
Log in
Sign up
Hunter5/risk-guardian
Hunter5/risk-guardian
/
Compare
Merge
Hunter5/main
into
templates/main
19 files changed
Hide whitespace
+2239
-90
README.md
+111
-44
templates/main
Hunter5/main
frontend/components/App.tsx
+203
-7
frontend/index.html
+3
-3
frontend/index.tsx
+2
-4
H
index.ts
+258
-14
C
cron.ts
+105
-0
frontend/components/AlertFeed.tsx
+53
-0
frontend/components/DemoPanel.tsx
+142
-0
frontend/components/RiskCard.tsx
+86
-0
frontend/components/StatsBar.tsx
+60
-0
lib
lib/db.ts
+322
-0
lib/demo.ts
+156
-0
lib/price.ts
+82
-0
lib/risk.ts
+168
-0
lib/signal-poller.ts
+272
-0
lib/telegram.ts
+127
-0
lib/types.ts
+89
-0
frontend/components/Counter.tsx
+0
-18