Skip to content

Ellipog/wordle

Repository files navigation

🎮 Modern Wordle Clone

Next.js React TypeScript TailwindCSS

A modern, responsive Wordle clone built with Next.js, React, TypeScript, and TailwindCSS. Challenge yourself with this addictive word-guessing game!

🎮 Play Now

✨ Features

  • 🎯 Daily word challenges
  • 🌈 Beautiful, responsive UI
  • 🎨 Clean, modern design
  • ⌨️ Keyboard support
  • 📊 Statistics tracking
  • 🚀 Fast and optimized performance

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • Bun package manager

Installation

  1. Clone the repository
git clone https://github.com/yourusername/wordle.git
  1. Install dependencies
bun install
  1. Start the development server
bun run dev
  1. Open http://localhost:3000 in your browser

🛠️ Built With

📝 Game Rules

  1. Guess the word in 6 tries or less
  2. Each guess must be a valid 5-letter word
  3. 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

🤝 Contributing

Contributions are welcome! Feel free to:

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

by Elliot

About

A wordle clone, but without the daily limit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors