Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 631 Bytes

File metadata and controls

15 lines (13 loc) · 631 Bytes

An Energy-Saving Memory Card Game Created for The Blue Planet Foundation's Educational Outreach

Project developed in javascript, HTML, & CSS based on Marina Ferreira's "Memory Game" Vanilla JS Tutorial which you can find here: https://marina-ferreira.github.io/projects/js/memory-game/.

Practiced:

  • select elements in the DOM with querySelector
  • iterate through lists with forEach and for loops
  • creating modals
  • assigning ids and images
  • add/remove an element class
  • add/remove event listeners
  • randomization
  • timeout
  • html5: data-attribute
  • css3: positioning, flexbox, perspective, backface-visibility, transitions