tophublock / memory-game

A simple Memory Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory-game

A simple Memory Game Take a look at: https://aim4.github.io/memory-game/

How to Install

  1. Clone repo: $git clone https://github.com/aim4/memory-game.git
  2. Install dependencies: $../memory-game> npm install - (install npm)

How to Run Locally

$../memory-game> live-server . --port=3000 --host:127.0.0.1 --cors (Or use any port you'd like)

Building and Purging CSS w/ Tailwind

$../memory-game> npx tailwindcss build css/styles.css -o css/output.css This uses the tailwind.config.js options

Key Features/Takeaways

  • Learning more HTML and CSS
  • Dynamic DOM manipulation
  • Dynamic CSS
  • CSS: Flexbox and Grid
  • Modules in JS
  • Tailwind CSS

About

A simple Memory Game


Languages

Language:CSS 54.9%Language:JavaScript 39.6%Language:HTML 5.6%