Skip to content

ryangandev/wordle-solver

Repository files navigation

Wordle Solver

Logo

🚀 About

A cheat tool that helps you acing Wordle games by finding potential Wordle solutions based on your game feedback. Check it out here!

What is Wordle? Wordle is a word game where players have six attempts to guess a five-letter word, with feedback given for each guess in the form of coloured tiles indicating when letters match or occupy the correct position. Check out New York Times Wordle!

🛠️ How to run

Set up

  1. Clone the repository:

    git clone https://github.com/ryangandev/wordle-solver.git
    
  2. Navigate to the project directory:

    cd wordle-solver
    
  3. Install dependencies:

    npm install -g pnpm
    pnpm install
    

Development server

pnpm dev
  • Navigate to http://localhost:3000 in your web browser to view the app in development

Production build

pnpm build
pnpm start
  • Navigate to http://localhost:3000 in your web browser to view the app in production build

⚙️ Technology Stack

  • Next.js 14: Modern framework for building fast and user-friendly server-rendered React applications.
  • Tailwind CSS: A utility-first CSS framework for rapidly building modern applications
  • Shadcn UI: A React component library that provide a set of customizable and reusable UI components

📝 License

This project is MIT licensed.