A React + Vite + Tailwind CSS 4 version of the word guessing game.
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- Main menu with word length selection (3-7 letters)
- Interactive guessing game with color-coded feedback
- Success screen with performance messages
- Single-page application with smooth transitions
- Responsive design with Tailwind CSS 4
- Guess a word of the selected length
- Colors indicate letter distance from target:
- Green: Exact match (distance 0)
- Orange: Distance 1
- Yellow: Distance 2-4
- Light Blue: Distance 5+