GitHub User Finder ( Deployed Link : https://aesthetic-dragon-374b8f.netlify.app/ )
GitHub User Finder is a React application that fetches and displays user data from the GitHub API based on user input. It allows users to search for any GitHub profile and view relevant details such as their avatar, name, location ,followers, and no. of repositories.
- Search for any GitHub user
- Displays user profile details
- Shows a loading state while fetching data
- Displays error messages for invalid users
- Styled with Tailwind CSS for a sleek UI
- Enter a GitHub username in the search bar.
- Click the "Search" button or press Enter.
- The app fetches data from GitHub API and displays user details.
- If the user is not found, an error message is shown.
- React.js - Frontend framework
- Tailwind CSS - UI styling
- GitHub API - Fetch user data
- Axios - Handle API requests
- Netlify - Deployment