This project is a Competitive Wordle with a host and multiple clients. The host can create a game with multiple words (store in indexDB) to multiple guesses usign WebRTC. The clients can join the game using a QR code from the host.
The resources used for this project are:
Name | Github | |
---|---|---|
Benjamín Vicente | benjavicente@uc.cl | @benjavicente |
Jose Antonio Castro | jacastro18@uc.cl | @Baelfire18 |
José Madriaza | jm.madriaza@uc.cl | @LeoMo-27 |
npm install -g pnpm
pnpm install
Start the development server on http://localhost:5173
:
pnpm dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview