Skip to content

Mohamedsobhy292/react-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to start

  • run yarn start on your terminal

for Demo check : https://warm-caverns-74514.herokuapp.com/

requirements

  • build input field
  • build list of suggestion
  • filter suggestions on typing
  • set the value of input on click of any element
  • add keyup and down functionality, enter functianlity
  • add hover effect
  • adde testing