Initial commit: public frontend for GameNo.

Vue 3 + Vite student-facing app with routing, Pinia state, and API integration.
This commit is contained in:
2026-08-09 04:18:09 +02:00
commit a9135bfa09
32 changed files with 5394 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<rect width="64" height="64" rx="14" fill="#14352B"/>
<path d="M14 40c6-10 12-16 18-18 6 2 12 8 18 18" stroke="#E8A317" stroke-width="4" stroke-linecap="round"/>
<circle cx="20" cy="42" r="3.5" fill="#DCE8DF"/>
<circle cx="32" cy="34" r="3.5" fill="#DCE8DF"/>
<circle cx="44" cy="42" r="3.5" fill="#DCE8DF"/>
</svg>

After

Width:  |  Height:  |  Size: 399 B