Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 693 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 693 Bytes

Flip - Card Memory Game

Week 5 Project by Abby & Joe

Set Up

  1. Run npm install to install all the dependencies
  2. Run npm run dev to start the local dev server

Introduction

The user flips two cards. If the two cards match, the user will get one point, and the cards will remain ‘flipped’.

Click here to see the deployed site.

Criteria

  • Accept at least 2 kinds of user input
  • Score tracker
  • Have some form of persistent state and interactivity
  • Previous guesses

Stretch criteria

  • Save your state to localstorage so you can leave the page and come back later
  • Make it look great