/* Note to Self */

Hi, I'm Luna.

In the articles below, you can read my step-by-step approach at building web applications.

Developing the Memory Card Game

HTML CSS JS

The Memory card game is an entertaining way to exercise and improve your memory skills. It's also known as Concentration, Match up, or Pairs. In this article, I explain my process of building a single-page web application that emulates a one-player game of Memory. The app is built using vanilla HTML and CSS. The game logic and page behavior are implemented using JavaScript.