Key Features • How To Use • Technical Skills Gained • License
- Play !
- Click a fruit only once without repetition to win the game
To clone and run this application, you'll need Git and Node.js (which comes with npm) Python and Flask installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/stephmukami/memory-game.git
# Go into the repository
$ cd memory-game
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
MIT
- Managing state and side-effects in React
- Mastery of array manipulation