A simple, web-based version of the classic UNO card game built with pure JavaScript on the frontend and Express Router on the backend. Playable in your browser with smooth client-server interactions and no frontend frameworks.
- Classic UNO rules implementation
- Card deck generation and shuffling logic in pure JS
- Express.js server with route handling via Express Router
- Real-time game state updates via HTTP requests (WebSockets optional)
- Clean, minimalistic UI using vanilla HTML, CSS, and JavaScript







