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

https://github.com/karstenpedersen/extreme-wordle

Wordle clone made with Svelte.
https://github.com/karstenpedersen/extreme-wordle

svelte sveltejs tailwindcss vercel

Last synced: 2 months ago
JSON representation

Wordle clone made with Svelte.

Awesome Lists containing this project

README

          

# Extreme Wordle

A Wordle clone made with Svelte and TailwindCSS.

To take a spin on the game, I decided to add words of varying lengths.

Hosted on Vercel.com.

## Developing

```bash
npm run dev
```

## Building

```bash
npm run build
```