This is an advanced clone of Wordle, built for mobile and desktop devices. This clone features a ticket-wagering system and analytics regarding your Wordle performance.
All game-related data is stored locally with localStorage
. To peep your the answer to your current game open the developer console. This repo was migrated from an older account of mine.
# npm i -g pnpm
# git clone https://github.com/dilan-dio4/nextjs-tailwind-wordle.git
# cd nextjs-tailwind-wordle
# pnpm i
# pnpm run dev
Finally, open 'localhost:3000' in your web browser.
Visit the live demo here: https://nextjs-tailwind-wordle.netlify.app/
This project is licensed under the MIT License - see the LICENSE file for details
Inspiration, code snippets, etc.