BenHurMartins / react-autocomplete

Autocomplete component made with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Install the dependencies

yarn

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Solution

This autocomplete implements a search for characters from Rick and Morty series. If you aren't familiar with the show, you can browse by the main characters' name, Rick/Morty.

The solution also have the option to have a callback to handle the click for external user.

About

Autocomplete component made with ReactJS


Languages

Language:CSS 51.4%Language:TypeScript 47.9%Language:JavaScript 0.6%