A React game that tests the player’s memory retention ability by displaying sixteen Classic Rock Albums and challenges the player to click on each Album only once to win!
1) Download and Install the latest version of Node.js & npm on you computer.
1) Either download the zipped project from GitHub or clone the repo into your local machine.
The rest of the steps need to be executed in the Terminal:
2) cd into the directory.
3) To install all of the dependency packages for the project locally, run: npm install
4) To start up the app, execute: npm start
or npm run start
or npm run-script start