A modern implementation of the popular word-guessing game Wordle, built with React, TypeScript, and Vite. This project features a clean, responsive design with a dark theme interface.
- Classic Wordle gameplay with 6 attempts to guess a 5-letter word
- Dark theme UI with GitHub-inspired color scheme
- Virtual keyboard with color-coded feedback
- Fully responsive design for mobile and desktop
- Interactive game instructions panel
- Built with modern web technologies
- Real-time feedback on guesses
- Word validation against a dictionary
- React 19
- TypeScript
- Vite
- TailwindCSS
- ESLint
- Node.js (latest LTS version recommended)
- npm/yarn/pnpm
- Clone the repository
- Install dependencies:
npm installRun the development server:
npm run devBuild the project:
npm run buildPreview the production build:
npm run preview- Try to guess the 5-letter word in 6 attempts
- Each guess must be a valid word
- After each guess, the color of the tiles will change:
- Green: Letter is correct and in the right position
- Yellow: Letter is in the word but in the wrong position
- Gray: Letter is not in the word
This project is open source and available under the MIT License.