leekangsan / memory-game

Memory card game in VanillaJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game Tutorial - Vanilla JavaScript

Project developed in vanilla javascript. Learn the fundamentals of pure javascript in a 30 minute project. No frameworks or libraries, definitely no jQuery.

This tutorial will cover how to:

  • select elements in the DOM with querySelector
  • iterate through lists with forEach
  • add/remove an element class
  • add/remove event listeners
  • timeout
  • html5: data-attribute
  • css3: positioning, flexbox, perspective, backface-visibility, transitions

πŸ’š Twitter πŸ’™ Facebook πŸ’œ Medium

Don't forget to subscribe to the >>> 🌹 Code Sketch Channel 🌹 <<< πŸ˜‰


Memory Game

About

Memory card game in VanillaJS


Languages

Language:HTML 66.6%Language:CSS 18.8%Language:JavaScript 14.6%