Lets Create a Wordle Clone With Svelte 3 - Part 2 Creating the UI & Cells

preview_player
Показать описание
Lets create the UI & Grid for our wordle clone. This video covers the how-to for creating a 2d matrix of letters like the one in use by the actual wordle.

Topics: Flexbox, Svelte & Degit, Components, HTML/CSS Variables and more.

🔔 JOIN THE COMMUNITY 🔔
----------------------------------------

-- Social Links --
Рекомендации по теме
Комментарии
Автор

You can actually use this snippet to get rid of all the for loops when creating the grid 8:22

// 6 rows 5 columns
const grid =

whoman