A multiplayer online version of the card game UNO.
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.
- 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)