This is a one-page app using React to create an interactive memory game
Scrum: Yassien UX: Manoela QA: Lisa DevOps: Lisa and Manoela
Make sure you have Git and Node (v18) installed.
Clone this repo and cd into the directory
Run npm install to install all the dependencies
Run npm run dev to start the server.
This uses the nodemon library to auto-restart the server when you save changes.
we used vite to setup the project
this site is deployed on Netlify
- Accept at least 2 kinds of user input
- Have some form of persistent state and interactivity
- Save your state to localstorage so you can leave the page and come back later
- [] Make it look great