Skip to content

Tuanhao/VN-word-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e97dc2 · Jun 3, 2021

History

15 Commits
Apr 27, 2021
Mar 29, 2021
Apr 20, 2021
Mar 29, 2021
Apr 27, 2021
Apr 27, 2021
Mar 29, 2021
Mar 15, 2021
Mar 15, 2021
Jun 3, 2021
Mar 29, 2021
Apr 20, 2021
Mar 29, 2021

Repository files navigation

VN-word-generator

Web app where user can generate random Vietnam words.

Implement details:

https://www.notion.so/VN-word-generator-d4730e7b5528470ebcb60105f76a5a03

Features:

  • Word types are split into 3 categories: nouns, adjective, verb.
  • The default option for word type is "noun".
  • User can choose word type "all", which consists all the words.
  • Each category will have 100 words.
  • User can generate up to 5 words per time.
  • User can save words, and retrieve the saved words on the next time visit.

Behaviours:

  • Backend aways returns the whole list of words for each category inquiry. Front end controls which words to choose and show.
  • Creating a saved list: After the user click on saving a word, a new Firestore document is created with document-ID being shown on the front end.
  • Adding word into the saved list will increase the counter (shown on the frontend).
  • SavedLists collection can only store 10 users (in order to avoid getting charge for database overflown surcharge).

Releases

No releases published

Packages

No packages published