Wordle is a game that has taken over the internet. With the popularity of the game you would think it would be a complex and large project, but in reality you can build the entirety of Wordle in very little time. In this tutorial I will show you how to create a Wordle clone complete with all animations and effects.


Materials/References:

GitHub Code: https://github.com/WebDevSimplified/wordle-clone
CSS Clamp Short: https://youtu.be/444W8LBbRrI
Why I Don’t Use Class Selectors In JavaScript Article: https://blog.webdevsimplified.com/2019-10/do-not-use-class-selectors-in-javascript


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:11 - Demo
01:08 - Keyboard HTML
04:01 - Keyboard CSS
14:56 - Tile Grid HTML
15:32 - Tile Grid CSS
20:12 - User Interaction JavaScript
26:56 - Add/Remove Letters From Grid JavaScript
32:17 - Alert Messages
41:04 - Tile Logic/Animations
50:01 - Win/Lose Check JavaScript


#Wordle #WDS #JavaScript