diff options
| -rw-r--r-- | README.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2713b1 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
