A single page web application to search and list all the banks around multiple cities in India
create-react-app filter-app
-Fork this repo and make the changes accordingly
-Run the project : npm start
Components
-
AutoCompleteText.js : Search Box eventually acts as a Search Engine to search any details related to banks from cities (currently BANGALORE,CHENNAI,DELHI, KOLKATA,MUMBAI)
-
DataTable.js : To fetch all the data from the API in table format.
-
DropDown.js : To create the Dropdown button in our web application.