rebelok / autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete movies search

This project was bootstrapped with Create React App.

Notes

I've skipped handling race-condition for responses, but in production environment we should cancel previous requests when we are doing a new ones, so we don't rewrite recent search results by an older response.

Start the application

  1. Set The Movie DB API key to REACT_APP_API variable in the .env file.
  2. In the project directory run: npm start

It will run the application in the development mode.
Open http://localhost:3000 to view it in the browser.

About


Languages

Language:TypeScript 81.1%Language:HTML 9.2%Language:SCSS 7.0%Language:CSS 2.2%Language:Shell 0.5%