Labzle is a Balochi version of the popular word game Wordle. It is built using ReactJS and Tailwind CSS to provide an interactive and engaging gameplay experience. Players can test their word-guessing skills while enjoying the Balochi language.
You can try out the Labzle application live at Labzle Demo.
To run Labzle locally, follow these steps:
- Clone the repository:
git clone https://github.com/umairayub79/labzle.git
- Navigate to the project directory:
cd labzle
- Install the dependencies:
npm install
- Start the development server:
npm run dev
-
Enter your guess for the five-letter word in the input field.
-
Press the "Submit" button to check your guess.
-
The app will provide feedback based on your guess:
-
Green color indicates a correct letter at the correct position.
-
Yellow color indicates a correct letter at the wrong position.
-
Gray color indicates an incorrect letter.
-
-
Continue making guesses until you correctly guess the word or run out of attempts.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the project's coding style and guidelines.
Labzle is deployed on Netlify. Any changes pushed to the main
branch will trigger an automatic deployment.
This project was inspired by the popular game Wordle and built as a learning exercise using ReactJS and Tailwind CSS.
I am immensely grateful to the creators and contributors of react-wordle. Their code has formed the foundation of my project.
This project is licensed under the MIT License.
If you have any questions, suggestions, or just want to say hi, you can reach me at umairayub79@gmail.com.
Thank you for checking out Labzle! Have fun playing the game and enjoy your coding journey!