Product
Blog
Docs
Pricing
Log in
Sign up
pchinjr/firstpage
pchinjr/firstpage
/
Compare
Merge
pchinjr/main
into
templates/main
19 files changed
Hide whitespace
+2880
-176
README.md
+44
-52
templates/main
pchinjr/main
frontend/components/App.tsx
+839
-7
frontend/index.tsx
+1
-1
frontend/root.tsx
+7
-8
H
index.ts
+29
-0
frontend/components/ActivityProjects.tsx
+207
-0
frontend/components/LabUI.tsx
+200
-0
frontend/components/Modules.tsx
+31
-0
frontend/modules
frontend/modules/AdvancedWebsiteLab.tsx
+472
-0
frontend/modules/AdventureLab.tsx
+490
-0
frontend/modules/HypertextLab.tsx
+160
-0
frontend/modules/ModuleHub.tsx
+42
-0
frontend/modules/PoetryLab.tsx
+127
-0
frontend/modules/ReferenceLab.tsx
+153
-0
frontend/modules/types.ts
+8
-0
frontend/storage.ts
+70
-0
CHANGELOG.md
+0
-90
frontend/components/Counter.tsx
+0
-18