Skip to content

Sixth practical work for WEB (24/25) at HEIG-VD

Notifications You must be signed in to change notification settings

heig-lherman/web-pw6

Repository files navigation

UNO with friends

A multiplayer online version of the card game UNO.

Installation

After cloning the repository, install the dependencies with:

pnpm install
# or any other package manager, but we used pnpm

Then you can run the development server with:

pnpm run dev

This will start Next.js which will serve the frontend pages and the backend routes.

Open http://localhost:3000 with your browser to see the result.

Technologies

  • React
  • Next.js
  • TypeScript
  • shadcn/ui
  • Tailwind CSS
  • Server-sent events

Note

Project developed mostly in peer-programming sessions between contributors:

  • Loïc Herman (@Lutonite)
  • Sacha Butty (@Mystere98)

About

Sixth practical work for WEB (24/25) at HEIG-VD

Topics

Resources

Stars

Watchers

Forks