Wordle Clone built with Next.js and tailwindcss.
View Demo
Steps to run Wordle Clone in your local environment.
-
Clone the repository
git clone https://github.com/shanpriyan/wordle-clone.git
-
Go to the project directory
cd wordle-clone
-
Install the NPM packages
npm install
or
yarn install
-
Start the development server
npm run dev
or
yarn dev
-
Visit http://localhost:3000
Live Demo - https://wordle.shanpriyan.in/