Skip to content

satnaing/sequence-memory-game

Repository files navigation

Sequence Memory Game with React

Sequence Memory Game Responsive Design 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.

Demo

Sequence Memory Game Demo

Features

  • 📱💻 Responsive Design
  • 🔉🔇 Sound/Mute
  • 💯 Save High Score
  • ❎ Display Incorrect Step
  • 🔥 Installable (Progressive Web Application)

Lighthouse Score

Sat Naing's Sequence Memory Game Lighthouse Score

Tech Stack

Frontend ReactJS
Styling Tailwind CSS
Design & Prototype Figma
Deployment Github Pages

Running Locally

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

Author