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!
-
Clone the repository:
git clone https://github.com/ryangandev/wordle-solver.git
-
Navigate to the project directory:
cd wordle-solver
-
Install dependencies:
npm install -g pnpm pnpm install
pnpm dev
- Navigate to
http://localhost:3000
in your web browser to view the app in development
pnpm build
pnpm start
- Navigate to
http://localhost:3000
in your web browser to view the app in production build
- 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
This project is MIT licensed.