Skip to content

jaunewick/react-wordle-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-wordle

A fun and highly-addictive mini project that replicates the popular word-guessing game Wordle.

Live Demo

react-wordle demo

Getting started

Follow the steps below to set up and run the project locally.

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository :
git clone https://github.com/jaunewick/react-wordle-app.git
cd react-wordle-app
  1. Install dependencies :
npm install

Running the Application

  1. Start the client :
npm start

This will start the React application on http://localhost:3000

  1. Start the local server :
json-server ./data/db.json --port 4000

This will start the JSON server on http://localhost:4000.

  1. Enjoy the Game!

Head over to http://localhost:3000 to start playing.

About

Wordle clone using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published