Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coding-nerfilio/memory-game

How good are you at remembering? Let's find out!
https://github.com/coding-nerfilio/memory-game

bootstrap pwa react react-router-v6 typescript

Last synced: 2 days ago
JSON representation

How good are you at remembering? Let's find out!

Awesome Lists containing this project

README

        




Memory Game



How good are you at remembering? Let's find out!

Memory Game it's the classical game where you have to pick matching pairs of blocks.

It's a Progressive Web App, that means you can install it on Android, iOS, Windows, Mac and Linux, despite being a web application.



















## ⚡️ Quick start

1. First, download and install **NODE**.

2. Then just clone the repo.

git clone https://github.com/coding-nerfilio/memory-game.git

3. Install dependencies using npm or yarn.


npm i

yarn

4. Run the project using react-scripts


npm start

yarn start