blob: d2713b1b16d10a63687b77f678c983c285d08dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 🎯 Unwordled
A beautiful, skeumorphic web application that reveals Wordle answers for any date. Built with vanilla HTML, CSS, and JavaScript.
## Live Site
[https://luciferreeves.github.io/unwordled/](https://luciferreeves.github.io/unwordled/)
## Features
- Daily Wordle answer
- Historical answers from Wordle launch
- Future answers
- Interactive calendar
- Dark/light theme
- URL parameter support for sharing specific dates
- Dynamic Open Graph images for social sharing
- Fully responsive design
## Technology Stack
- Pure HTML5, CSS3, and JavaScript (ES6+)
- No frameworks or build tools
- NYT Wordle API integration
- Google Fonts (Poppins, Fira Code)
- Canvas API for dynamic Open Graph image generation
## URL Parameters
Share specific dates using the format:
```
?date=DD-MM-YYYY
```
Example: `?date=25-12-2024`
## License
Licensed under the [MIT License](LICENSE).
## Disclaimer
This is an independent project and is not affiliated with The New York Times or the official Wordle game.
|