A Wordle clon built just with React!
View Demo
Reacdle is a Wordle clone built using React. This project was created with the goal of providing a fun and interactive game that challenges players to guess a secret five-letter word using a limited number of attempts.
Reacdle features a simple and intuitive user interface that allows players to easily enter their guesses and receive feedback on their progress. The game logic is implemented using JavaScript, with the React framework handling the rendering of the user interface.
Feel free to clone this repository and customize it to suit your needs or contribute to the development of the project by submitting pull requests or opening issues.
The technologies used for this project were:
To use this application, simply clone the repository, install the dependencies, and start the development server. Here are the steps:
- Clone the repo
git clone https://github.com/davidperjac/react-wordle-clon.git- Install NPM packages
npm install- Start the development server
npm start
- Open your web browser and go to
http://localhost:3000
Reacdle implements all the functionalities of the Wordle game.
- David Perez - FullStack Developer - David Perez - App


