Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satoshi-sh/memory_game2
- Owner: Satoshi-Sh
- Created: 2022-12-26T22:46:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T15:16:52.000Z (over 1 year ago)
- Last Synced: 2024-11-15T15:45:43.035Z (2 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage: https://satoshi-sh.github.io/memory_game2/
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)