Welcome to The Wordle Game, an interactive Wordle clone designed to bring fun and challenge to your day. This project combines the power of Express.js, React, and Tailwind CSS to create a seamless user experience with smooth animations and a responsive design.
This project utilizes a range of technologies to create a robust application:
Frontend:
Backend:
Other:
To get started with The Wordle Game, follow these steps:
Clone the Repository:
git clone https://github.com/azertyuiop3003/The-Wordle-Game.git
cd The-Wordle-Game
Install Dependencies: For the frontend:
cd client
npm install
For the backend:
cd server
npm install
Run the Application: Start the frontend:
cd client
npm start
Start the backend:
cd server
npm start
Access the Application:
Open your browser and navigate to http://localhost:3000
to start playing.
Once the application is running, you can start playing by guessing the word of the day. The game provides feedback on your guesses, indicating which letters are correct and in the right position, which letters are correct but in the wrong position, and which letters are not in the word at all.
The backend API provides endpoints for fetching random words and checking word validity. You can view the full API documentation using Swagger.
You can explore the API documentation in detail by accessing the Swagger UI provided in the project.
This application is deployed on Vercel, allowing for quick and easy access. To see the live version, visit the Releases section.
Contributions are welcome! If you want to contribute to The Wordle Game, please follow these steps:
git checkout -b feature/YourFeature
).git commit -m 'Add some feature'
).git push origin feature/YourFeature
).This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, feel free to reach out:
Thank you for checking out The Wordle Game! Enjoy playing and contributing to this fun project. For the latest updates, check the Releases section.