wojtek0123 / memory-game-react

Standard memory game

Home Page:https://memory-game-wojtek.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game

My first project in react.

This is a standard memory game. You have to find two cards with the same color. If you find all colors you win. App has timer and steps counter. After game, you can see how much time and how many steps he needed to find all colors. The reset game button is always visible for you so that you can restart the game at any time. There is also a leaderboard which you see after game. Leaderboard show a top ten results.

Project is created using React and Javascript

link to live demo: https://memory-game-wojtek.netlify.app/

How to run on your local machine

git clone https://github.com/wojtek0123/memory-game-react.git

cd memory-game-react

npm install

npm start

To do:

[x] Improve UI

[ ] Change Modal component to make it looks better

About

Standard memory game

https://memory-game-wojtek.netlify.app/


Languages

Language:JavaScript 72.6%Language:CSS 19.0%Language:HTML 8.4%