Skip to content

irkose/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-game

Description

Project developed in vanilla javascript following the tutorial from marina-ferreira.github.io. It covers the fundamentals of pure javascript in a simple project where no frameworks or libraries required. This project was inspired by Mr.Bean and Johny English moovies that kept me going through the lockdown in Melbourne during 2020. This hilarious caricatures were created by artist and caricaturist Rodney Pike. You can see more of his work here.

This project covers 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

Contributing

Pull requests are welcome.

To contribute follow these steps:

  • Fork this repository.
  • Create a branch: git checkout -b <branch_name>.
  • Make your changes and commit them: git commit -m '<commit_message>'
  • Push to the original branch: git push origin <project_name>/
  • Create the pull request.
  • Alternatively see the GitHub documentation on creating a pull request.

Found a bug?

Reach me at irina.kose@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published