Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satoshi-sh/memory_game2

Memory game was created with React. Need to flip 2 cards with the same number and try to finish all the trump deck with least trials.
https://github.com/satoshi-sh/memory_game2

javascript react

Last synced: 4 days ago
JSON representation

Memory game was created with React. Need to flip 2 cards with the same number and try to finish all the trump deck with least trials.

Awesome Lists containing this project

README

        

Memory Game with React






Memory Game 2

### Description
Memory Card game was build with React. Used React Router DOM to switch pages and React Context to change the design of the whole application (You can click on the card in the navigation bar to change). JavaScript classes was used to build trump card deck, to keep the code clearner.

### Run Locally
In this repository, run this command.
```npm start```
Open http://localhost:3000/memory_game2 to view it in your browser.

### Live Page
[Live Page](https://satoshi-sh.github.io/memory_game2/)

### Teachnologies Used
- React
- React Router DOM
- React ThemeContext
- JavaScript Classes

### Outlook



### Credit
Card images were downloaded from the two pages:
[Page 1](https://en.wikipedia.org/wiki/Standard_52-card_deck)
[Page 2](https://tekeye.uk/playing_cards/svg-playing-cards)