Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:04:05.000Z (about 2 years ago)
- Last Synced: 2023-03-07T11:06:38.782Z (almost 2 years ago)
- Topics: banks, india, reactjs, website
- Language: JavaScript
- Homepage: https://bank-filter-app.herokuapp.com/
- Size: 4.24 MB
- Stars: 6
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
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__
[![Deploy](https://www.herokucdn.com/deploy/button.png)](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