Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryangandev/wordle-solver
- Owner: ryangandev
- License: mit
- Created: 2024-07-23T03:55:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T06:48:01.000Z (4 months ago)
- Last Synced: 2024-07-27T07:15:44.418Z (4 months ago)
- Topics: nextjs14, puzzle-solver, shacnui, tailwindcss, wordle-solver
- Language: TypeScript
- Homepage: https://wordle-solver-nu-seven.vercel.app
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wordle Solver
## 🚀 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.