Skip to content

A Language Learning App Utilizing a Space Repetition Algorithm built on PERN Stack

Notifications You must be signed in to change notification settings

CourtneyCarson/spaced-repetition-api

 
 

Repository files navigation

Spaced Repetition

Spaced Repetition is a technique to help users learn a new language by giving more emphasis to words users have trouble remembering. Words that are guess correctly are revisted less and less frequently as they are mastered.

1. Working Prototype

You can access a working prototype of the React app here: https://spaced-repetition-v2.vercel.app/

You can access repositories here: React app: https://github.com/CourtneyCarson/spaced-repetition Node app: https://github.com/CourtneyCarson/spaced-repetition-api