2 min read
GitHub RepoFinder

GitHub RepoFinder Screenshot

GitHub RepoFinder is a simple and elegant React application that lets users search for any GitHub username and view their public repositories. It demonstrates how to fetch data from third-party APIs using fetch, and style a modern UI using Tailwind CSS and DaisyUI.

📋 Features

  • ✅ Search GitHub users by username
  • ✅ Display public repositories with name, link, and description
  • ✅ Handles loading and error states gracefully
  • ✅ Uses GitHub REST API v3 via fetch
  • ✅ Styled with Tailwind CSS and DaisyUI
  • ✅ Clean, reusable component structure
  • ✅ Responsive layout for mobile and desktop

🧠 Tech Stack

  • Frontend: React, TypeScript
  • Styling: Tailwind CSS, DaisyUI
  • API: GitHub REST API v3