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.
- Host: GitHub
- URL: https://github.com/karstenpedersen/extreme-wordle
- Owner: karstenpedersen
- Created: 2022-08-09T21:12:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T20:47:37.000Z (over 3 years ago)
- Last Synced: 2025-07-29T05:49:42.713Z (11 months ago)
- Topics: svelte, sveltejs, tailwindcss, vercel
- Language: Svelte
- Homepage: https://extreme-wordle.vercel.app/
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```