Week 5 Project by Abby & Joe
- Run
npm install
to install all the dependencies - Run
npm run dev
to start the local dev server
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.
- Accept at least 2 kinds of user input
- Score tracker
- Have some form of persistent state and interactivity
- Previous guesses
- Save your state to localstorage so you can leave the page and come back later
- Make it look great