A responsive web application built with Next.js and ShadCN UI to search and explore GitHub developer profiles in real time. This app fetches developer data via the GitHub API, providing an easy-to-use interface for discovering users, viewing their repositories, and examining their GitHub stats.
🔗 Live Demo: https://github-devv-finder.vercel.app
git clone https://github.com/your-username/github-dev-finder.git
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev