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

https://github.com/AFCMS/wordle

Wordle
https://github.com/AFCMS/wordle

preact tailwindcss vitejs wordle

Last synced: 2 months ago
JSON representation

Wordle

Awesome Lists containing this project

README

        

# Wordle

This Wordle game was made as a challenge.

It uses **Preact** with the **Vite** framework and **TailwindCSS**.

![Wordle](./screnshot.png)

## Running

A random word API url is configured in the `.env` file of the workspace. If you want to change it you can define it in a
`.env.local` file.

To run the project and access it on port 5173:

```sh
npm start
```

To make a production build:

```sh
npm run build
```