Create a Memory Game from React.
Enjoy and have fun !
- Download Node.js
- Clone the files and use
npm install
to setup the prerequisite for this project
-
Runs the app in the development mode with
npm start
-
Open http://localhost:3000 to view it in the browser.
Check out the live project (Github Pages) by clicking Magic-Memory
If you don't know how to deploy a react app to Github Pages, you can go visiting Deploying a React App to GitHub Pages , it shows you how you can create a React app and deploy it to GitHub Pages.
To learn React, check out the React documentation.
Project: Make a Memory Game with React