Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)