How I built an accessible version of Wordle
Recreating Wordle without the myriad of accessibility issues that plague the original version
Mar 19, 20228 min read1.3K

Search for a command to run...
Articles tagged with #html
Recreating Wordle without the myriad of accessibility issues that plague the original version

When building a component or a webpage, you can get pretty far with just HTML and CSS but you'll often find yourself hitting a wall when you want to add interactivity or make things dynamic. Of course this is where JavaScript comes in. But maybe it s...
