A simple web application built using React + Vite, Tailwind CSS, and React Icons to search for GitHub user profiles using the GitHub API.
- 🔍 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
- ⚛️ React + Vite - Frontend framework and build tool
- 🎨 Tailwind CSS - Styling
- 🖌️ React Icons - Icons
- 🔗 Fetch API - API calls
-
Clone the repository:
git clone https://github.com/shubhamkrsingh565/github-profile-searcher.git cd github-profile-searcher -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the app in your browser:
http://localhost:5173
- ⌨️ Enter a GitHub username in the search bar.
- 🔎 Click the search button or press Enter.
- 📋 View the user's profile details.
To deploy the project, you can use services like Vercel, Netlify, or GitHub Pages.
Example deployment using Vercel:
npm run build
vercel🤝 Feel free to fork the repository, submit issues, or create pull requests.