rahulsainlll / git-trace

Git-Trace: Instantly search, view, and bookmark GitHub repositories and issues. Streamline your workflow and keep your favorite projects at your fingertips!
https://git-trace.vercel.app
MIT License
27 stars 50 forks source link

[FEATURE]: ADD Feature to search a user data with github user profile or github username #137

Open shubhagarwal1 opened 3 weeks ago

shubhagarwal1 commented 3 weeks ago

Description: Implement a feature that allows searching for a user's data via their GitHub username or profile. The approach involves integrating GitHub's public API to fetch user details such as profile information, repositories, followers, etc. The search will leverage GitHub's /users/:username endpoint, and the retrieved data will be displayed in a user-friendly format. Error handling will be incorporated to manage invalid or non-existent usernames. Hey @rahulsainlll please allow me to complete this task