Product
Blog
Docs
Pricing
Log in
Sign up
templates/react-hono-starter
templates/react-hono-starter
/
Pull requests
trail
Open
vallabhatech
wants to merge into
templates/main
from
vallabhatech/main
Opened by vallabhatech
8/1/2026
trail
18 files changed
Hide whitespace
+1532
-72
README.md
+50
-46
templates/main
vallabhatech/main
frontend/components/App.tsx
+356
-7
frontend/root.tsx
+1
-1
frontend/components/GameOver.tsx
+48
-0
frontend/components/GameScreen.tsx
+91
-0
frontend/components/HangmanDrawing.tsx
+60
-0
frontend/components/Home.tsx
+86
-0
frontend/components/Keyboard.tsx
+47
-0
frontend/components/SettingsScreen.tsx
+74
-0
frontend/components/StatsScreen.tsx
+90
-0
frontend/components/Victory.tsx
+82
-0
frontend/components/WordDisplay.tsx
+38
-0
frontend/game
frontend/game/constants.ts
+78
-0
frontend/game/engine.ts
+199
-0
frontend/game/types.ts
+80
-0
frontend/game/words.ts
+152
-0
frontend/components/Counter.tsx
+0
-18