项目作者: sylwiasuwalska

项目描述 :
Memory Stretcher - game to practice memory
高级语言: JavaScript
项目地址: git://github.com/sylwiasuwalska/memory-stretcher.git
创建时间: 2020-04-17T09:28:45Z
项目社区:https://github.com/sylwiasuwalska/memory-stretcher

开源协议:

下载


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:

  1. # Clone this repository
  2. $ git clone git@github.com:sylwiasuwalska/memory-stretcher.git
  3. # Go into the repository directory
  4. # Install dependencies
  5. $ npm install
  6. # Run the app
  7. $ 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.