Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryangandev/wordle-solver

A cheat tool for acing Wordle games
https://github.com/ryangandev/wordle-solver

nextjs14 puzzle-solver shacnui tailwindcss wordle-solver

Last synced: 10 days ago
JSON representation

A cheat tool for acing Wordle games

Awesome Lists containing this project

README

        

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](https://wordle-solver-nu-seven.vercel.app/)!

**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](https://www.nytimes.com/games/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](https://nextjs.org/)**: Modern framework for building fast and user-friendly server-rendered React applications.
- **[Tailwind CSS](https://tailwindcss.com/)**: A utility-first CSS framework for rapidly building modern applications
- **[Shadcn UI](https://ui.shadcn.com/docs)**: A React component library that provide a set of customizable and reusable UI components

## 📝 License

This project is [MIT](https://github.com/ryangandev/wordle-solver/blob/main/LICENSE) licensed.