shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
21 stars 43 forks source link

Frontend: Implemented the gamepage and GameContext #105

Closed sksmagr23 closed 3 weeks ago

sksmagr23 commented 3 weeks ago

Description

Created gamepage ui rendering at /game and also created GameContext.tsx in src/contexts which stores state. The required assets are added in public folder. The game ui and context needs to be further modified and updated which will done be done further as the backend get implemented.

fixes: #95

How to Test

Related Issues

Checklist

Screenshots

Screenshot from 2024-06-14 14-50-36

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multiplayer-uno ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2024 5:57am
sksmagr23 commented 3 weeks ago

Bhaiya shayad kisi ke purane merge se lint error aa raha hai, mere side sab sahi aa rha hai

kuv2707 commented 3 weeks ago

Seems on the right track so far!

We'd first need to fix the failing checks (through a different PR), improve the auth UX, and making the auth work properly with the backend. We can then proceed to adding game related api calls here.

sksmagr23 commented 3 weeks ago

Ok bhaiya, meanwhile I and @PrathamX595 can make a more proper and responsive ui

kuv2707 commented 3 weeks ago

With auth system in place, this should have no issues working further

sksmagr23 commented 3 weeks ago

i have rebased PR and fixed lint error by disabling it,but due to rebasing,the error is pertaining in backend part

kuv2707 commented 3 weeks ago

Rebasing will fix the checks now

sksmagr23 commented 3 weeks ago

@kuv2707 done the review changes and rebased the branch

kuv2707 commented 3 weeks ago

Seems good enough for now. The api calls will need restructuring, but that can be a follow up.

kuv2707 commented 3 weeks ago

@sksmagr23 @PrathamX595 thanks for all the work!