shivansh-bhatnagar18 / multiplayer-uno

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

Frontend: Added a Playoptions page #65

Closed sksmagr23 closed 1 month ago

sksmagr23 commented 1 month ago

Description

This commit add a playoptions page that renders onn navigating to /play. It has been created using Heading and button components of library and custom styling is done using Tailwind css and also added a UNO game logo, the page is fully responsive with a uno theme design

How to Test

-Run npm run dev under frontend directory, and navigate to /play

Related Issues

-fix/issue #23

Checklist

Screenshots

Screenshot from 2024-06-04 15-08-40

vercel[bot] commented 1 month 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 4, 2024 10:17am
sksmagr23 commented 1 month ago

@kuv2707 and @shivansh-bhatnagar18 please review,this time I have well addressed the commits and checks

ApoorvDubey23 commented 1 month ago

This will be merged after the creation of Heading and button component i.e. after #67 and #20 are done .Make sure to integrate both of the components in your code afterwards.

shivansh-bhatnagar18 commented 1 month ago

Thanks @sksmagr23 for the pull request. I am merging it for now on but this needs a lot of refinement.

kuv2707 commented 1 month ago

@sksmagr23 Please be motivated to refactor this area of code with library components as they are added.

They can be done through future PRs.