Skip to content

shubhamkrsingh565/github-profile-searcher

Repository files navigation

GitHub Profile Finder

A simple web application built using React + Vite, Tailwind CSS, and React Icons to search for GitHub user profiles using the GitHub API.

Features

  • 🔍 Search for GitHub users by username
  • 🖼️ Display user details including avatar, bio, repositories, followers, and following count
  • 📱 Responsive and minimal UI with Tailwind CSS
  • 🌐 Fetch API for making requests to GitHub's REST API
  • ⚡ Lightweight and fast using Vite

Tech Stack

  • ⚛️ React + Vite - Frontend framework and build tool
  • 🎨 Tailwind CSS - Styling
  • 🖌️ React Icons - Icons
  • 🔗 Fetch API - API calls

Installation

  1. Clone the repository:

    git clone https://github.com/shubhamkrsingh565/github-profile-searcher.git
    cd github-profile-searcher
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the app in your browser:

    http://localhost:5173
    

Usage

  • ⌨️ Enter a GitHub username in the search bar.
  • 🔎 Click the search button or press Enter.
  • 📋 View the user's profile details.

Deployment

To deploy the project, you can use services like Vercel, Netlify, or GitHub Pages.

Example deployment using Vercel:

npm run build
vercel

Contributing

🤝 Feel free to fork the repository, submit issues, or create pull requests.


Screenshots

About

A lightweight web app to search for GitHub usernames and explore user profiles. Perfect for finding collaborators or viewing code contributions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors