A modern, responsive Wordle clone built with Next.js, React, TypeScript, and TailwindCSS. Challenge yourself with this addictive word-guessing game!
- 🎯 Daily word challenges
- 🌈 Beautiful, responsive UI
- 🎨 Clean, modern design
- ⌨️ Keyboard support
- 📊 Statistics tracking
- 🚀 Fast and optimized performance
- Node.js (v18 or higher)
- Bun package manager
- Clone the repository
git clone https://github.com/yourusername/wordle.git- Install dependencies
bun install- Start the development server
bun run dev- Open http://localhost:3000 in your browser
- Next.js - React framework for production
- React - UI library
- TypeScript - Type safety
- TailwindCSS - Styling
- ESLint - Code linting
- Guess the word in 6 tries or less
- Each guess must be a valid 5-letter word
- Color feedback after each guess:
- 🟩 Green: Letter is correct and in right position
- 🟨 Yellow: Letter is in the word but wrong position
- ⬜ Gray: Letter is not in the word
Contributions are welcome! Feel free to:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
by Elliot