https://github.com/hellothisisflo/memory-game
Memory Game - No Frameworks
https://github.com/hellothisisflo/memory-game
css html html5 javascript js responsive
Last synced: about 2 months ago
JSON representation
Memory Game - No Frameworks
- Host: GitHub
- URL: https://github.com/hellothisisflo/memory-game
- Owner: HelloThisIsFlo
- Created: 2019-07-14T17:14:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T18:34:00.000Z (over 2 years ago)
- Last Synced: 2025-02-08T02:26:30.144Z (4 months ago)
- Topics: css, html, html5, javascript, js, responsive
- Language: JavaScript
- Homepage:
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game

Simple Memory Game to practice FE dev.
## Quick start
### Live version
http://floriankempenich.com:7000### From source
1. `$ git clone [email protected]:FlorianKempenich/Memory-Game.git`
1. `$ cd Memory-Game`
1. `$ npm install -g yarn`
1. `$ yarn install`
1. `$ yarn start`