Add GitHub Profile Finder as a Project #40
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
MEDIUM
VSoC'24
contribution under VSOC 24
We should add a new project named "GitHub Profile Finder" to our repository. This project will allow users to search for GitHub profiles and display relevant information about the profiles using the GitHub API. It will be built using React.js.
Features:
Search Functionality:
An input field to enter a GitHub username.
A button to trigger the search.
Profile Information Display:
Avatar
Username
Bio
Number of repositories
Number of followers
Number of following
Link to the GitHub profile
Error Handling:
Display a user-friendly message if the username is not found.
Styling:
Basic styling to make the app user-friendly and visually appealing.
Responsive design to ensure usability on different devices.
Technical Requirements:
Use React.js for building the user interface.
Axios to make HTTP requests to the GitHub API.
React state and lifecycle methods/hooks to manage component state and side effects.
Tailwind for styling.
The text was updated successfully, but these errors were encountered: