About this project
I wanted to play around with a couple things for this. Astro, Server actions and animations. You can check out the source code for this project on Github
Also see my homepage for more about myself and ways to get in contact with me.
Features
- Lighthouse Score: 100
- New word selected every day from the actual list Wordle uses. (But not in the same order)
- Validation on the server. Unlike with actual Wordle, you can't just read the solution in the DevTools. Instead, you'd have to read the solution in the source code. Much security.
Possible Improvements
- Remember game state, say, in local storage
- Some animations are missing, e.g. the victory animation
- The toasts are pretty far from the toasts on the real Wordle