Skip to content

margaretgerman/yoop0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web test

In this test you're expected to complete a react app given a base setup. In this folder you'll find 2 projects, one in Typescript and another in plain Javascript, feel free to pick the one to your preference.

The test objective is to measure your React knowledge and general development skills. You'll be evaluated for:

  • Completeness
  • Code readability and structure
  • Responsiveness
  • State management
  • Components modularization

Objectives:

  • Search a word from a dictionary
    • api url: https://api.dictionaryapi.dev/api/v2/entries/en/${word} (more info on https://dictionaryapi.dev/)
    • The word should be fetched from the api as few times as possible.
  • Display returned words
    • for each word, show it's phonetic and all definitions.
    • See desktop.png and mobile.png for reference
  • When typing a word, show a list of possible autocomplete words matching user input so far
    • selecting a word should search for it.
    • use autoCompleteSuggestions to get the results.
      • Think of it as a mock api to be replaced by any service maintaining same interface
  • Add/remove notes to a word
    • A note is a string with any information about that word.
    • The information should persist through searching other words

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors