Skip to content

sylwiasuwalska/memory-stretcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Stretcher

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.

Table of contents

General info

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.

Live version

You can test your memory here: https://sylwiasuwalska.github.io/memory-stretcher/

Screenshots

screenshot

Technologies

  • ReactJS 16.13.1
  • React Bootstrap

Setup

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

Features

In this project player sees

  • Simple stats of current game
  • Scores of wins and defeats from all games
  • Modal with options
  • Progressbar showing scores

To-do list:

  • Tests

Status

Project is in progress.