A cute and simple game where the user selects words from a word cloud that match a given definition.
This project focuses on building skills in component-based architecture, state management in React, type-safe data modeling with TypeScript, working with modern tools like Vite, and both unit and end-to-end testing using Playwright.
• ⚛️ React • 🟦 TypeScript • ⚡ Vite • 🎭 Playwright
Make sure you have Bun installed: https://bun.sh
Install dependencies:
bun installInstall Playwright browsers:
bunx playwright installStart the development server and open the URL displayed in the terminal:
bun run devBuild the project for production:
bun run buildRun end-to-end tests:
bun run test:e2eWelcome screen:
Game boards:
Score board:



