Skip to content

robertcrockett/memory-react

Repository files navigation

Memory React Game

This is a simple memory react game that displays a randomly selected set of cells which the user must remember and correctly select.

Sample Screenshots

Challenge

The game displays a memory challenge for 3 seconds in which the user must remember which cells are highlighted blue.

Challenge Screen

Gameplay

The user can then select cells based on the challenge that was previously displayed. The user has 10 seconds or 3 incorrect guesses to remember the correct cells.

Game Play Screen

This project was bootstrapped with Create React App.

React + Vite

To run: yarn dev

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

This project uses:

Vitest

To run all tests

yarn test

To run tests on a specific component: yarn test ComponentName

For example:

yarn test Footer

Vitest Coverage

To run coverage use:

yarn coverage

The current state of coverage.

Current Code Coverage

About

A memory match game built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published