Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀Added Github Userdata Fetching using Github Ofiicial Api #59

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

piyushpatelcodes
Copy link
Contributor

@piyushpatelcodes piyushpatelcodes commented Oct 29, 2024

🎉 Hacktoberfest 2024 Contribution 🎉

Fixes #58

A user-friendly feature that allows users to search for GitHub profiles and view essential profile information using the official GitHub API. Currently, this application displays key details such as the username, location, follower/following count, and a list of public repositories. Built with scalability in mind, it includes several potential future enhancements.

📌 Features Added

  • Profile Search: Enter any GitHub username to view their profile data.
  • Display User Info: View essential information like:
    • Username

    • Location

    • Follower/Following count

    • Public GitHub repositories list

  • Error Handling: Provides user-friendly messages for invalid or non-existent usernames.
  • Loading Indicators: Shows loading status while fetching user data from the GitHub API.

After Update

gityzer_-_Made_with_Clipchamp.mp4

🚀 Future Enhancements

This project is designed to be scalable, with potential improvements to enrich the user experience:

  • Followers & Following List: Display a detailed list of followers and followed users, similar to Instagram's UI.
  • Gists Display: Show a list of gists created by the user, if available.
  • User Events: Display recent GitHub events and activities, including contributions to organizations.
  • Improved UI/UX: Refine the design for a more polished user experience.

Author


I know this Repo have Vercel and Github Issue Bots for better Maintainence. They may Raise an Check Failed Tag under this but it will be fine . That is not related to my Codebase instead it is just some Vercel auth Issue. Please Merge My PR by this october. The check will get dissolved after merging.

Thank you for considering my pull request! @vansh-codes

Tip

Can You Please Mark/Label this Pull Request as Hacktoberfest Label and with other Related Tags

Copy link

vercel bot commented Oct 29, 2024

@piyushpatelcodes is attempting to deploy a commit to the vansh-codes1's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@vansh-codes vansh-codes self-requested a review October 29, 2024 10:59
Copy link
Owner

@vansh-codes vansh-codes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@vansh-codes vansh-codes added enhancement New feature or request gssoc-ext GSSOC'24 Extd Participant level2 awards 25 points hacktoberfest-accepted hacktoberfest accepted labels Oct 29, 2024
@vansh-codes vansh-codes merged commit 070f4b1 into vansh-codes:master Oct 29, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSOC'24 Extd Participant hacktoberfest-accepted hacktoberfest accepted level2 awards 25 points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Fetching and displaying User's Github data
2 participants