A search dropdown demo powered by Create React App (CRA)

§ Online demo

Click here.

§ Features

  • Basics: react + react-window + tailwind CSS
  • State management: Easy Peasy (a better Redux)
  • CSS Framework: Tailwind CSS

$ Quick Start

$ git clone https://github.com/joyfeel/search-dropdown-react
$ cd search-dropdown-react/

# Install dependencies
$ npm i

# Run
$ npm start

Then open http://localhost:3000

§ Deployment

$ npm run deploy

§ TODO

  • Testings (Unit & E2E)