/autocomplete-ejected

Niche Challenge

Primary LanguageJavaScript

autocomplete

This is a search bar that suggests links based on the user's input. Built using React and create-react-app. This app has been ejected from create-react-app. Uses JSONP to bypass the cross-domain policies in web browsers.

Simply clone this repository then install packages via yarn or npm install then yarn start or npm start to start the development server.

You can also run yarn build for the production build and deploy with a static server.