Wordle clone with Javascript
Live Codepen : https://codepen.io/eceeroll/pen/BarMMje
You can both use screen keyboard or your own keyboard
There will be a different new wordle every day.
I prefered to use data attributes instead of class selectors on this project. You can check this article for more details:
Why You Shouldn't Use Class Selectors In JavaScript?