Nihongo-Jouzu / nihongo-jouzu-frontend

0 stars 0 forks source link

[GAME] Create quick game page components with logic. #31

Open ebisuG opened 1 week ago

ebisuG commented 1 week ago

Is your feature request related to a problem? Please describe. Design components in quick answer game page. First, make components with UI logic without web socket.

ebisuG commented 1 week ago

@SujinCho7 Reference

The data got from backend in web socket and handled within web socket: Backend, backend\api\views.py

The type used within web socket: types\game.d.ts

The page of quick answer game: pages\game\quick-answer.tsx