Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narze/thwordle
Thai Wordle clone, built with Svelte & TailwindCSS
https://github.com/narze/thwordle
active-project hacktoberfest svelte tailwindcss typescript wordle
Last synced: 2 months ago
JSON representation
Thai Wordle clone, built with Svelte & TailwindCSS
- Host: GitHub
- URL: https://github.com/narze/thwordle
- Owner: narze
- Created: 2022-01-16T07:22:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T09:03:12.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:40:01.144Z (8 months ago)
- Topics: active-project, hacktoberfest, svelte, tailwindcss, typescript, wordle
- Language: Svelte
- Homepage: https://thwordle.vercel.app
- Size: 531 KB
- Stars: 46
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Thwordle
[Wordle](https://www.powerlanguage.co.uk/wordle/) clone, but it's Thai.
## Setup
- Clone/fork this repository
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`## What's included
- Svelte (TypeScript), built with [Vite](https://vitejs.dev)
- TailwindCSS v3
- [Ko-fi](https://ko-fi.com)
- [Jest](https://jestjs.io) & [@testing-library/svelte](https://testing-library.com/docs/svelte-testing-library)
- etc.