yogeshchourey / React-infinite-dropdown-selector

React Dropdown with infinite loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIRPORT SELECTOR (Infinite Loading)

Overview

Generic Dropdown with infinite loading capabilities

JSON-SERVER : Used to mock api calls in-order to facilitate infinite loading

Google's Material-UI use to have cross-device functionality, a better UX as well.

Project bootstrap and run

Step 1. npm i (Install the dependencies)

Step 2. npm run prestart-mockapi (Preparing a DB json object to mock api)

Step 3. npm run start-mockapi (Run the json-server to mock api)

Step 4. npm start (Run the React application)

About

React Dropdown with infinite loading


Languages

Language:JavaScript 88.3%Language:HTML 7.5%Language:CSS 4.2%