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