Wordle clone using Pokemon names
- Generate Letterboxes across 6 rows and n columns (n = name length)
- Allow user input, one box at a time
- Initiate end of line word checks, with yellow & green responses
- Handle Win/Loss states
- Tidy UI
- Design a Favicon
- Optional: experiment with Pokemon data APIs? (Types, Pictures)
Pokemon Font: CDN Fonts
Gameboy Font: Fontspace
List of Names: ralts00 Gist
Fetch Text Example: MDN Example & Github Repo
Pokemon data API: PokeAPI