Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 877 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 877 Bytes

Memory Game

Memory Game, the React version. The idea was generated from 'Memory Game in Vanilla JavaScript' article. and I have been created a vanilla JavaScript version, you can check it here: memory-game

How to play with?

Clone this repo and install all packages use npm i, then just run npm start, open the link which shows on your terminal. Have fun!

On the way:

  • Add play time and show the shortest 3 times, store logo into localStorage
  • Customize play pics and size

References: