Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 781 Bytes

This is a Next.js project bootstrapped with create-next-app.

Next-Wordle

Next-Wordle is a clone of Wordle - the popular word guessing game we all know and love.

Language: TypeScript
Framework: React18, Nextjs@12 and TailwindCss
Library: HeadlessUI

Try the live demo!

To Run Locally:

Clone the repository and perform the following command line actions in the root directory:

npm install
# and then
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.