Skip to content

manutdkid77/ifsc-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IFSC Code Details Finder

This is a simple web app built with HTML, CSS and javascript which gets the details of any IFSC Code entered.

Screenshots

Screenshot 1

IFSC Information

It returns information such as:

  1. Branch Name
  2. Centre Name
  3. City Name
  4. District Name
  5. Bank Address
  6. Contact Information
  7. Bank Code
  8. Bank has RTGS
  9. Bank has UPI
  10. Bank has NEFT
  11. Bank has IMPS
  12. Bank has MICR
  13. Bank has SWIFT
  14. Bank Logo

Resources Used

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.

Documentation Referred

  1. How to modify the URL without reloading the page

  2. History API

  3. Read Query Parameters in javascript

  4. navigator.share and navigator.canShare APIs to use native device share feature.