A Wordle clone built with React! 🎯
Guess the word in 6 tries! ✍️
- 📝 Guess a 5-letter word in 6 attempts
- 🎯 Letters are marked as correct, present, or absent
- 💻 Built entirely with React
- 📱 Avaliable for desktop and mobile
Type a 5-letter word and press Enter ⏎
The letters will be highlighted:
🟩 Green → Correct letter in the correct spot
🟨 Yellow → Correct letter in the wrong spot
⬛ Gray → Letter not in the word
You have 6 attempts to guess the correct word
💡 Tip: Replace the variable word_target in your code with the word you want the user to guess, or fetch it dynamically from an API to generate random words! 🌐
- Clone the repository:
git clone https://github.com/Dev-Matheus-Felipe/Termo_Game.git- Navigate to the project folder:
cd Termo_Game- Install dependencies:
npm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev