Memory Stretcher - game to practice memory
Simple game to excercise memory. Randomly chosen nodes are displayed for short amount of time. Player’s task is to memorized them and find them all in less than three attempts.
Project made for fun. Main purpose is to learn testing with JEST and React Testing Library, on examples of components and functions from this project.
You can test your memory here: https://sylwiasuwalska.github.io/memory-stretcher/
To run this project, install it locally using npm:
# Clone this repository
$ git clone git@github.com:sylwiasuwalska/memory-stretcher.git
# Go into the repository directory
# Install dependencies
$ npm install
# Run the app
$ npm start
In this project player sees
To-do list:
Project is in progress.