/Bank-Filter-App

A single page web application to search and list all the banks around multiple cities in India

Primary LanguageJavaScript

Bank-Filter-App

A single page web application to search and list all the banks around multiple cities in India

Prerequisite

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

create-react-app filter-app

  • Fork this repo .

  • npm install :Installs all the npm packages.

  • Run the project : npm start. This project runs on localhost 3000.

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.

Resources

create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS

React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap