This is a simple web app built with HTML, CSS and javascript which gets the details of any IFSC Code entered.
It returns information such as:
- Branch Name
- Centre Name
- City Name
- District Name
- Bank Address
- Contact Information
- Bank Code
- Bank has RTGS
- Bank has UPI
- Bank has NEFT
- Bank has IMPS
- Bank has MICR
- Bank has SWIFT
- Bank Logo
I made use of the wonderful Razorpay IFSC API to the IFSC Code details.
I also used the Autocomplete API by clearbit to get the Bank logo by just passing the Bank name as a parameter to this API.
The webpage was designed by using styles from Simple Search Box , Product Card and Simple Share buttons
Used github fork ribbon to add a nice overlay on the website to allow others to check out the project.
-
navigator.share and navigator.canShare APIs to use native device share feature.