aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-11-05Refactor fetchWordleAnswer to use proxy APIHEADmainBobby1-4/+24
Updated fetchWordleAnswer function to use a proxy for API requests and added error handling.
2025-11-05Refactor date handling and improve error messagesBobby1-66/+36
Removed the isDateAllowed function and refactored related code. Simplified error handling and improved toast message display.
2025-11-05Remove og-generator.js script from index.htmlBobby1-1/+0
2025-11-05Refactor styles and remove unused keyframesBobby1-73/+43
2025-11-05Update current year dynamically in footerBobby1-0/+3
2025-11-05Add footer styles and animations to styles.cssBobby1-0/+97
2025-11-05Add footer with credits and copyright informationBobby1-0/+15
2025-11-05Add .gitignore file for common exclusionsBobby1-0/+18
2025-11-05Add Wordle game interface with theme and date selectionBobby1-0/+479
This script implements a Wordle game interface, allowing users to toggle themes, select dates, and fetch answers from an API. It includes functions for date formatting, error handling, and updating meta tags for sharing.
2025-11-05Add initial styles for the applicationBobby1-0/+631
2025-11-05Implement OG image generation for Wordle dataBobby1-0/+141
2025-11-05Add initial HTML structure for Unwordled appBobby1-0/+153
This HTML file sets up the structure for the Unwordled web application, including metadata for SEO, a theme toggle button, and a calendar interface for selecting dates.
2025-11-05Initialize README with project detailsBobby1-0/+43
Added project description, features, technology stack, URL parameters, license, and disclaimer.
2025-11-05Add initial sitemap.xml for websiteBobby1-0/+9
2025-11-05Add robots.txt to allow all agents and specify sitemapBobby1-0/+4
2025-11-05Initial commitBobby1-0/+21