Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 636 Bytes

File metadata and controls

22 lines (13 loc) · 636 Bytes

Web-Word-Cards

Brief:

Web App for creating groups of flashcards with foreign words and repeating them regularly
based on the spaced repetition system.

app navigation scheme

data management in 3 steps ;)

  1. Data taken from a localStorage when the page is opened,
    further get Data from the server // if(Server != localStorage)

  2. Further interaction with Data occurs only with state and localStorage.

  3. Fresh Data sending in moment page refresh or close.

P.s. later is will need synchronization,
I'm thinking of implementing this on websockets