Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 780 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 780 Bytes

Wordle : Sharpen your word skills with wordle

image

The main wordle interface

image

On successful guessing of the word

image

Tech Stack Used

  • Nextjs,
  • tailwindCSS

How to run?

Manual setup

  1. Fork this repo and make a clone of it and go to the cd lego directory

    cd wordle
    
  2. make pnpm install

  3. pnpm install
    
  4. Run/ Start localhost by (pnpm run dev)

pnpm run dev
  1. then visit to localhost:3000 in your browser.