/React-Redux-Dropdown-App

React-Redux Dropdown App

Primary LanguageJavaScript

Dropdown App

Tech used :

  1. React
  2. Redux
  3. NodeJS

API Endpoints :

Route : GET /
Description : Returns the entire Data of States

Route : GET /getstates
Description : Returns the List of States

Route : GET /getcities/:state
Description : Returns the list of major cities of a state

Steps to run Backend :

cd backend
npm run server

Server opens on http://localhost:5000/

Steps to run Frontend :

cd frontend
npm start

React Application opens on http://localhost:3000/

Frontend

City Search Functionality