This is a simple memory react game that displays a randomly selected set of cells which the user must remember and correctly select.
The game displays a memory challenge for 3 seconds in which the user must remember which cells are highlighted blue.
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.
This project was bootstrapped with Create React App.
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:
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
To run all tests
yarn test
To run tests on a specific component: yarn test ComponentName
For example:
yarn test Footer
To run coverage use:
yarn coverage
The current state of coverage.