https://github.com/pydevsg/bank-filter-app
Web application to search and list all the banks around multiple cities in India
https://github.com/pydevsg/bank-filter-app
banks india reactjs website
Last synced: 5 months ago
JSON representation
Web application to search and list all the banks around multiple cities in India
- Host: GitHub
- URL: https://github.com/pydevsg/bank-filter-app
- Owner: pydevsg
- Created: 2019-05-27T13:31:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T15:30:04.000Z (6 months ago)
- Last Synced: 2025-04-19T23:32:05.760Z (6 months ago)
- Topics: banks, india, reactjs, website
- Language: JavaScript
- Homepage: https://bank-filter-app.herokuapp.com/
- Size: 3.52 MB
- Stars: 7
- Watchers: 0
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Bank Filter App](https://bank-filter-app.herokuapp.com/)
> __Web application to search and list all the banks around multiple cities in India__
[](https://bank-filter-app.herokuapp.com)## Prerequisite
> [React.js](https://reactjs.org/)
## Steps to run this project locally
- Fork this repo
- cd Bank-Filter-App/
- **npm install**
- **Run the project** : [npm start](http://localhost:3000/)*__Components__*
- [AutoCompleteText.js](https://github.com/pydevsg/Bank-Filter-App/blob/master/src/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**, **PATNA**, **INDORE**)
- [DataTable.js](https://github.com/pydevsg/Bank-Filter-App/blob/master/src/Components/DataTable.js) : To fetch all the data from the API in table format.
- [DropDown.js](https://github.com/pydevsg/Bank-Filter-App/blob/master/src/Components/Dropdown.js) : To create the Dropdown button in our web application.
## Acknowledgement
- :star: my project if you like it.
- Thanks to all the contributors :clap: :v:
- Please add your name in the [Contributors Page](https://github.com/pydevsg/Bank-Filter-App/edit/master/CONTRIBUTORS.md) if you have contributed in this repo :raised_hands:> ### Author : Sudipto Ghosh