Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickfrog/memory-game
Simple Memory Game
https://github.com/mickfrog/memory-game
html-css-javascript jsx reactjs
Last synced: about 17 hours ago
JSON representation
Simple Memory Game
- Host: GitHub
- URL: https://github.com/mickfrog/memory-game
- Owner: MickFrog
- Created: 2023-05-09T04:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T03:31:29.000Z (19 days ago)
- Last Synced: 2025-01-05T04:23:31.506Z (19 days ago)
- Topics: html-css-javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://mickfrog.github.io/memory-game/
- Size: 1.26 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory-Game
This is a project part of The Odin Project.
It is a simple game to play by clicking image-cards once throughout a game.# Features
1. Uses functional components of react.
2. Uses useCallback hooks instead of traditional useEffect to handle changing reference issue when using useEffect.# Getting Started
1. Clone the repository to your local machine.
2. navigate to containing folder i.e. memory-game
3. run this line to install necessary dependencies,
`npm install`
4. Finally, run this line to run the project on a live server from your local network.
`npm start`# Built with
1. [React](https://react.dev/)