Completed a project
Built UI components
Got out of tutorial hell
+1
With all the hyper going around the Wordle game, I though that it will be a good project to apply my JavaScript skills and get out of tutorial hell.
So, after 10 days and 57 commits later, here it is. My version of the Worlde game:  https://github.com/utkarsh1311/wordle-clone

This was really a fun project to work on. Learnt a lot about DOM manipulation in JS. Also used the new fetch API to fetch words from a `words.json` file. 
I am also thinking about writing a blog post about the process of building this game and what struggles I faced.