Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 424 Bytes

Search with useMemo

On this webpage, which was built using React and the useMemo hook, you'll find a text input field. As you type each letter, potential word matches will be displayed below. The letter you've typed in the text field will be highlighted within these suggestions.

Technologies

This web page was made with the following technologies:

  • HTML5
  • CSS3
  • JavaScript
  • React

preview