Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-sketch/memory-game
Memory card game in VanillaJS
https://github.com/code-sketch/memory-game
Last synced: 3 days ago
JSON representation
Memory card game in VanillaJS
- Host: GitHub
- URL: https://github.com/code-sketch/memory-game
- Owner: code-sketch
- Created: 2018-07-17T00:22:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T07:06:36.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:26:10.341Z (3 months ago)
- Language: HTML
- Size: 937 KB
- Stars: 225
- Watchers: 8
- Forks: 204
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game Tutorial - Vanilla JavaScript
* 🕹 Demo: Memory Game Project
* 🎬 Video Tutorial: Code Sketch Channel
* ✏️ Wriiten Tutorial: Memory Game TutorialProject 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](https://twitter.com/codesketchlab)
💙 [Facebook](https://www.facebook.com/codesketchlab/)
💜 [Medium](https://medium.com/@marina.ferreira.developer)Don't forget to subscribe to the >>> 🌹 [Code Sketch Channel](https://www.youtube.com/channel/UCHFmShpjG-8N52O0JD2ut3A) 🌹 <<< 😉
---
![Memory Game](./memory-game.gif)