Skip to content

Deel interview frontend test

Notifications You must be signed in to change notification settings

danierdev/deel-frontend-test

Repository files navigation

Autocomplete Component

Preview Autocomplete

This repository has an Autocomplete component with the following features.

  • Debounce: Configurable debounce method to avoid requests when fast typing.
  • Highlight: It highlights your search inside the result
  • Plug & play: Easy to use with any API
  • No third party dependencies

Run the project

  • Clone this repository
  • Run npm install or yarn install
  • Development mode: Run npm run dev or yarn dev
  • Unit tests: Run npm test or yarn test
  • Production build: Run npm run build or yarn build

Open the CLI logged url to view it in the browser.

About

Deel interview frontend test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published