about summary refs log tree commit diff
path: root/index.html
AgeCommit message (Collapse)Author
2022-04-03Change title to Wordle CloneSaksham Mittal
2022-04-03Get random word from word list, clean up code to work with asyncSaksham Mittal
There is still a lot of work left to do, particularly with variables being passed to certain functions. No code exists right now where entry by user is checked against the loaded word list.
2022-04-03Add no js warningSaksham Mittal
2022-04-03Place text box at bottomSaksham Mittal
2022-04-02Give feedback on guess by color coding each letterSaksham Mittal
2022-04-02Add attempt counter and disable further play if wonSaksham Mittal
2022-04-02Initial commitSaksham Mittal
Basic webpage is setup with the ability to print the 5 letter word that a user types into the text box