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.
shiningvideo.mp4
# 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

