This is a Next.js project bootstrapped with create-next-app
.
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
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.