This practice React project generates 16 cards to match. The goal of this game is to click on as many of them as possible without clicking on it twice.
This app is hosted on Github Pages.
To run this app locally, clone the app, install the dependencies, then run npm start
git clone git@github.com:derekdkim/memory-card-game.git
cd memory-card-game
npm install
npm start
which runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.