Product
Blog
Docs
Pricing
Log in
Sign up
alexwein/IsItTwoWords
alexwein/IsItTwoWords
/
Compare
Merge
alexwein/main
into
templates/main
14 files changed
Hide whitespace
+1286
-35
README.md
+26
-18
templates/main
alexwein/main
H
backend/index.ts
+2
-1
frontend/components/App.tsx
+207
-8
frontend/favicon.svg
+3
-3
frontend/index.html
+1
-1
frontend/style.css
+598
-4
backend/wordlist.tsx
+85
-0
frontend/components/CurrentWord.tsx
+95
-0
frontend/components/GameOver.tsx
+64
-0
frontend/components/History.tsx
+38
-0
frontend/components/LastWord.tsx
+39
-0
frontend/components/Menu.tsx
+59
-0
frontend/components/NextWord.tsx
+9
-0
frontend/components/ScoreBoard.tsx
+60
-0