Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartajd/wordie
๐ง Wordie, a wordle clone built in VueJS & Tailwind
https://github.com/stuartajd/wordie
tailwindcss vuejs wordle
Last synced: 22 days ago
JSON representation
๐ง Wordie, a wordle clone built in VueJS & Tailwind
- Host: GitHub
- URL: https://github.com/stuartajd/wordie
- Owner: stuartajd
- Created: 2022-02-01T07:37:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T23:13:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T02:44:56.434Z (3 months ago)
- Topics: tailwindcss, vuejs, wordle
- Language: HTML
- Homepage: https://stuartajd.github.io/wordie/
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Is this a work in progress?
Yes! I'm still figuring things out and may change everything and break stuff. WIP!## Whats your inspiration?
Wordie is my take on Wordle, created by Josh Wardle (https://www.powerlanguage.co.uk/wordle/).## Why did you make this?
Self learning! This is my attempt at using Tailwind for the first time in a personal project as well as Vue.js 3.0.## Are the wordies the same for each user?
Yes, just like Wordle, the wordies will be the same for everyone who visits. This is driven by the total amount of days that have progressed so far since the creation of Wordie (1st Feb 2022). No spoilers!## Does it track my stats across multiple attempts?
Yes, it does (or it will do if it's not in there yet). Your stats will be carried across with localStorage, so don't change device or clear your cache!