Skip to content

shanpriyan/wordle-clone

Repository files navigation


Wordle Clone

Wordle Clone built with Next.js and tailwindcss.

View Demo


Development

Steps to run Wordle Clone in your local environment.

  1. Clone the repository

    git clone https://github.com/shanpriyan/wordle-clone.git
  2. Go to the project directory

    cd wordle-clone
  3. Install the NPM packages

    npm install

    or

    yarn install
  4. Start the development server

    npm run dev

    or

    yarn dev
  5. Visit http://localhost:3000


Demo

Live Demo - https://wordle.shanpriyan.in/