Wordle Clone (Next.js + TailwindCSS + Flowbite)
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.
Description
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.
Getting Started
Installing
# 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/
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
Inspiration, code snippets, etc.