This project is a simple web application that allows you to search for GitHub users and view their public information.
- Search for GitHub users by username
- View public information of users, including:
- Avatar Image
- Username
- Name
- Number of public repos
- Number of public gists
- Profile creation date in YYYY-MM-DD format
- Additional features
- Location
- Bio
- Link to GitHub profile
- Link to blog
- Organization company
- Link to website
- Number of followers
- Bio
- Enter a GitHub username in the input field.
- Click the 'Submit' button or press 'Enter'.
- The user's public information will be displayed in a card UI.
- React.js
- Next.js
- Tailwind CSS
The public information of GitHub users is fetched from the GitHub API:
GET - https://api.github.com/users/{username}
- Add error handling for when a username does not exist or the API request fails.
- Improve UI/UX design.
Rajkumar Khatua