This is a React app that utilizes state in order to play a memory game.
- Fork and clone the repo
npm i
to ensure that all dependencies are installednpm start
to run the react app
- To start, click a manatee to make your first choice.
- The manatees will then shuffle
- You will have to remember what you previously clicked to chose a new manatee to add to your score.
- If you click a manatee that has already been chosen, then the game will start over.
- Try and beat your highest score!
JavaScript, Node.js, React, HTML5, CSS3, and BootStrap.