Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.05 KB

Magic-Memory

Create a Memory Game from React.
Enjoy and have fun !

Magic Memory Overview

Getting Started

Prerequisite

  • Download Node.js
  • Clone the files and use npm install to setup the prerequisite for this project

Run on the browser

  • Runs the app in the development mode with npm start

  • Open http://localhost:3000 to view it in the browser.

Learn More

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