shivansh-bhatnagar18 / multiplayer-uno

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

Frontend: Display Player names along with cards #171

Closed asmit27rai closed 6 days ago

asmit27rai commented 1 week ago

Fixes #158

Description

  1. The Player component was refactored to separate JSX for rendering player cards.

  2. Highlighting functionality was added to indicate the current player's turn.

  3. Player names were styled to appear in a white box with black text.

  4. Brightness adjustment was applied to highlight the active player.

Checklist

Screenshots (if applicable)

Screenshot 2024-06-27 184300

vercel[bot] commented 1 week 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 28, 2024 2:37pm
kuv2707 commented 6 days ago

@asmit27rai Please fix the merge conflicts

asmit27rai commented 6 days ago

@asmit27rai Please fix the merge conflicts

@kuv2707 Done.

kuv2707 commented 6 days ago

Merged, thanks @asmit27rai