Live Demo Link
1) Autocomplete API Autocomplete API to return possible matches based on the branch name ordered by IFSC code (ascending order) with limit and offset.
-
Endpoint: /api/branches/autocomplete?q=<>
-
Example: /api/branches/autocomplete?q=RTGS&limit=3&offset=0
curl -i -H "Accept: application/json" https://banks-branches-api.herokuapp.com/api/branches/autocomplete?q=bangalore&limit=5&offset=1
2) Search API
Search API to return possible matches across all columns and all rows, ordered by IFSC code (ascending order) with limit and offset.
curl -i -H "Accept: application/json" https://banks-branches-api.herokuapp.com/api/branches?q=delhi&limit=5&offset=1
- Endpoint: /api/branches?q=<>
- Example: /api/branches?q=Bangalore&limit=4&offset=0
-
Single Page Application
-
Data Fetching Dynamically
-
Add Fav Bank Funtionality (Using DSA Concept Without Any Bootstrap Library)
-
Availability For Choosing City, Data Limt, Page Number (Using DSA Concept Without Any Bootstrap Library)
-
Sorting Feature via Each Column Dynamically (Using DSA Concept Without Any Bootstrap Library)
-
Pagination ( Using DataStructure & Algorithem Concept Without Any Bootstrap Library )
-
Page State Saving in any City, Sorting Order, Current Page (Using DSA Concept Without Any Bootstrap Library)
-
Start Site In Same Page State Where Left Befor Window Load
-
All Above Concept Made With DSA Concept Without Using Direct Bootstrap DataTable