Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/coding-nerfilio/memory-game
- Owner: coding-nerfilio
- Created: 2022-05-07T22:35:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T20:19:42.000Z (over 2 years ago)
- Last Synced: 2024-04-19T08:56:14.177Z (7 months ago)
- Topics: bootstrap, pwa, react, react-router-v6, typescript
- Language: TypeScript
- Homepage: https://coding-nerfilio.github.io/memory-game/
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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