This is a project part of The Odin Project. It is a simple game to play by clicking image-cards once throughout a game.
- Uses functional components of react.
- Uses useCallback hooks instead of traditional useEffect to handle changing reference issue when using useEffect.
- Clone the repository to your local machine.
- navigate to containing folder i.e. memory-game
- run this line to install necessary dependencies,
npm install - Finally, run this line to run the project on a live server from your local network.
npm start