Skip to content

Instantly share code, notes, and snippets.

View magudb's full-sized avatar

Magnus Udbjørg magudb

View GitHub Profile
@magudb
magudb / frontend-assignment-autocomplete.md
Created September 14, 2021 12:05 — forked from steffentchr/frontend-assignment-autocomplete.md
Frontend Assignment 3: Autocomplete input

Autocomplete input

full input

Implement the input above in React and CSS.

  1. Users should be able to search by typing into the search field. Search requests should be sent once every 300ms seconds while the user is typing.
  2. When a new character is entered old requests should be discarded.
  3. The search returns objects of two types: photos (videos) and live events.
  4. Search results should be displayed in a container below the input grouped by their type.