A simple Memory game developed with React.js
This is a faithful replica of one of the most legendary games of its time, a simple yet addictive memory challenge.
- ✅ turns counter
- ✅ 12 Tile Memory game
- ✅ Randomized shuffle
Frontend: React.js, HTML, CSS
Backend: React.js
Database: None
# Clone the repo
git clone https://github.com/Daneelv/Memory-Game-React.git
# Install dependencies
npm install
# Run locally
npm run start