A modern, responsive Wordle clone built with Next.js, TypeScript, and Tailwind CSS.
- 🎮 Classic Wordle gameplay
- 🎨 Modern, responsive design
- ⌨️ Keyboard support
- 🎯 Word validation
- 🎉 Victory celebration with confetti
- 🌙 Dark mode support
- 📱 Mobile-friendly interface
- Next.js - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- React Confetti - Victory animation
- Node.js 18.x or later
- Yarn or npm
-
Clone the repository:
git clone https://github.com/yourusername/wrdl-clone.git cd wrdl-clone/next-app -
Install dependencies:
yarn install # or npm install -
Run the development server:
yarn dev # or npm run dev -
Open http://localhost:3000 in your browser.
This project is deployed on Vercel. The deployment process is automated through GitHub integration.
This project is licensed under the MIT License - see the LICENSE file for details.
- Original Wordle game by Josh Wardle
- Word bank sourced from the official Wordle game