Skip to content

siva-kannan3/typeahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typeahead component

Screenshot 2022-04-03 at 1 45 48 PM Screenshot 2022-04-03 at 1 45 55 PM

Typeahead component which gives suggestions as user types. In this project movie list is given as suggestion to user.

Setup

First clone the project in local.

npm install

Then run the above command in terminal.

To run this project in local,this project requires developer level api keys from moviedb api. For that you have to sign up for themoviedb.org and get API keys as mentioned here API_Keys.

After that create a .env file in the root of cloned project.

REACT_APP_MOVIE_DB_SECRET=<YOUR_API_KEY>

save your api keys in your .env file as mentioned above.

npm start

Runs the app in the development mode.
Open http://localhost:3001 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Features

  • Debouncing
  • Online / Offline status
  • LRU Cache implementation

About

Typeahead component which gives suggestions as user types.

Topics

Resources

Stars

Watchers

Forks