A fun and highly-addictive mini project that replicates the popular word-guessing game Wordle.
Follow the steps below to set up and run the project locally.
- Node.js and npm installed on your machine.
- Clone the repository :
git clone https://github.com/jaunewick/react-wordle-app.git
cd react-wordle-app
- Install dependencies :
npm install
- Start the client :
npm start
This will start the React application on http://localhost:3000
- Start the local server :
json-server ./data/db.json --port 4000
This will start the JSON server on http://localhost:4000.
- Enjoy the Game!
Head over to http://localhost:3000 to start playing.