Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js + Tailwind CSS bank directory app for India: search banks by city or fetch details by IFSC code.
Find Your Bank is a Next.js boilerplate that pairs the official with-tailwindcss example with an Indian bank directory application built on react-table, enabling users to search branches by location and look up bank details by IFSC code.
Find Your Bank is a small application built with Next.js, Tailwind CSS, and react-table that serves as a functional starting point for building data-driven directories. It takes a city or place name as input and returns a list of banks located there, and it accepts an IFSC code to fetch details of a single bank. The project runs on the Next.js framework with server-side rendering, and it is maintained as part of the examples in the vercel/next.js repository.
npx create-next-app --example with-tailwindcss with-tailwindcss-app or the Yarn equivalent.The app is bootstrapped using create-next-app with the with-tailwindcss example, which sets up a Next.js project with Tailwind CSS configured. After installation, the application uses react-table to render searchable bank data, and it leverages Tailwind's Just-in-Time Mode to generate only the utility classes used. For deployment, the provided Vercel button imports the repository and builds a live site.
