Sequence Memory game built with ReactJS and Tailwind CSS. This is Progressive Web App (PWA) so that user can install and play it on any device.
- 📱💻 Responsive Design
- 🔉🔇 Sound/Mute
- 💯 Save High Score
- ❎ Display Incorrect Step
- 🔥 Installable (Progressive Web Application)
Frontend ReactJS
Styling Tailwind CSS
Design & Prototype Figma
Deployment Github Pages
Clone the project
git clone https://github.com/satnaing/sequence-memory-game.git
Go to the project directory
cd sequence-memory-game
Remove remote origin
git remote remove origin
Install dependencies
npm install
Start the server
npm start