Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.24 KB

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