Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (14 loc) · 1.06 KB

Memory game built with React.

Description:

The game consists of finding pairs of the same cards. It includes 3 levels of complexity, keeps track of the number of found pairs of cards, score and time. At the end of the game, the player is provided with some feedback. The cards are shuffled for each game.

Technologies:

React, JavaScript, TDD testing(Jest), Lifecycle events, SCSS and CSS modules, Webpack, Babel, Eslint, Stylelint.

Demo:

  1. Choose the level:

memory-game-1

2.Start opening the cards

memory-game-2

3.Find the same cards

memory-game-3

  1. End of the game - check out your results :) And play again!

memory-game-4