LexoGuess is a clone of the popular word game Wordle. This project is implemented using Next.js, and Redux.
Explore the live version of the app here: LexoGuess
Full link: https://shaheenjawadi.github.io/LexoGuess/
- Wordle Gameplay: Enjoy the classic Wordle experience of guessing a hidden word within a limited number of attempts.
- Keyboard layout: Users can switch between QWERTY and AZERTY keyboard layouts.
- The application first uses the "random-word-api.herokuapp.com" to fetch 100 random words.
- One word is then randomly selected and stored in the state.
- When a user enters a word, the application uses "api.dictionaryapi.dev" to check if it is a valid word.
Follow these steps to run LexoGuess locally on your machine:
- Clone the repository:
git clone https://github.com/ShaheenJawadi/LexoGuess.git
- Install dependencies:
cd LexoGuess
npm install
or
cd LexoGuess
yarn
- Start the development server:
npm run dev
or
yarn dev
- Open your browser and navigate to http://localhost:3000 to play LexoGuess!
LexoGuess allows you to customize your experience in the following ways:
- Keyboard Layout: Switch between QWERTY and AZERTY keyboard layouts using the provided toggle button.
LexoGuess fetches 100 random words from "random-word-api.herokuapp.com"during initialization. It then randomly selects one word to be the target word
To ensure entered words are valid, LexoGuess uses the "api.dictionaryapi.dev" API to check the validity of each guessed word.
We welcome contributions to enhance LexoGuess and make it an even more enjoyable game. Feel free to open issues, submit pull requests, or provide suggestions to help us improve!
This project is licensed under the MIT License
.
-
LexoGuess was developed by Shaheen Jawadi as a fun and educational project.
-
Special thanks to the creators of
Wordle
and the contributors to the used APIs.
Feel free to contribute and enjoy playing LexoGuess!