Skip to content

jdbrewer/wrdl

Repository files navigation

WRDL - A Wordle Clone

A modern, responsive Wordle clone built with Next.js, TypeScript, and Tailwind CSS.

Play the game

Features

  • 🎮 Classic Wordle gameplay
  • 🎨 Modern, responsive design
  • ⌨️ Keyboard support
  • 🎯 Word validation
  • 🎉 Victory celebration with confetti
  • 🌙 Dark mode support
  • 📱 Mobile-friendly interface

Tech Stack

Getting Started

Prerequisites

  • Node.js 18.x or later
  • Yarn or npm

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/wrdl-clone.git
    cd wrdl-clone/next-app
  2. Install dependencies:

    yarn install
    # or
    npm install
  3. Run the development server:

    yarn dev
    # or
    npm run dev
  4. Open http://localhost:3000 in your browser.

Deployment

This project is deployed on Vercel. The deployment process is automated through GitHub integration.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Original Wordle game by Josh Wardle
  • Word bank sourced from the official Wordle game

About

A modern, responsive Wordle clone built with Next.js, TypeScript, and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published