Skip to content

emilynakano/shining-front

Repository files navigation

33 SHINING SHINNING (1)

The complete program based on the ideas of the psychologist Ebbinghaus.

Technologies

📃 Description

The purpose of this project is to put into practice the theory of deterioration proposed by the German psychologist who was a pioneer in the development of experimental methods for measuring mechanical learning and memory. In this way, this application allows the user to do what Ebbinghaus proposed, that is, make 4 revisions (one right after, another one day after, one week after and one month after).

The graphic below is on the website and exemplifies how Shining works. Fighting the forgetting curve.

curva-de-esquecimento (1)

💥 Overview

shiningvideo.mp4

🏁 Running this project

	
# First, clone this repository.
$ git clone https://github.com/emilynakano/shining-front.git

# Acces this repository.
$ cd shining-front

# Go to the '.env.example' in your code editor.
	
# Put your REACT_APP_API_BASE_URL, which must be a url. Like this: http:localhost:5000/
	
# Finally, make a copy of '.env.example' to '.env'.
$ cp .env.example .env

# Install dependencies.
$ npm i -y
	
# Run the project.
$ npm run start	
	

About

Front end of a memorization program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published