This is a Wordle clone built using React and Vite.
The game allows users to guess a word within six attempts,
providing feedback on each guess to indicate correct letters,
misplaced letters, and incorrect letters.
App Link
WordleGame
Source code
Features:
- Interactive Gameplay: Users can guess words using an on-screen keyboard or their physical keyboard.
- Dynamic Feedback: Letters are color-coded to indicate correctness: green for correct letters, yellow for misplaced letters, and gray for incorrect letters.
- Confetti Celebration: A confetti animation is displayed when the user wins.
- Dictionary Validation: Guessed words are validated using a dictionary API.
- Responsive Design: The game is styled for a seamless experience on different screen sizes.
Technologies Used :
- React: For building the user interface.
- Vite: For fast development and build tooling.
- ESLint: For maintaining code quality.
- Confetti: For celebratory animations.