Web App for creating groups of flashcards with foreign words and repeating them regularly
based on the spaced repetition system.
-
Data taken from a localStorage when the page is opened,
further get Data from the server // if(Server != localStorage) -
Further interaction with Data occurs only with state and localStorage.
-
Fresh Data sending in moment page refresh or close.
P.s. later is will need synchronization,
I'm thinking of implementing this on websockets
