{"id":28515292,"url":"https://github.com/kareem-mohamed-wardany/github-user-search","last_synced_at":"2026-05-06T11:35:28.761Z","repository":{"id":189929301,"uuid":"681593217","full_name":"Kareem-Mohamed-Wardany/Github-User-Search","owner":"Kareem-Mohamed-Wardany","description":"Website that allow the user to seach for a user on github website.","archived":false,"fork":false,"pushed_at":"2025-01-09T07:24:20.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T15:32:04.716Z","etag":null,"topics":["api","github","javascript","sass","scss","website"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kareem-Mohamed-Wardany.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-22T10:49:06.000Z","updated_at":"2025-01-09T07:24:23.000Z","dependencies_parsed_at":"2023-08-22T13:29:41.342Z","dependency_job_id":null,"html_url":"https://github.com/Kareem-Mohamed-Wardany/Github-User-Search","commit_stats":null,"previous_names":["kareem-mohamed-wardany/github-user-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kareem-Mohamed-Wardany/Github-User-Search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kareem-Mohamed-Wardany%2FGithub-User-Search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kareem-Mohamed-Wardany%2FGithub-User-Search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kareem-Mohamed-Wardany%2FGithub-User-Search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kareem-Mohamed-Wardany%2FGithub-User-Search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kareem-Mohamed-Wardany","download_url":"https://codeload.github.com/Kareem-Mohamed-Wardany/Github-User-Search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kareem-Mohamed-Wardany%2FGithub-User-Search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32692172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","github","javascript","sass","scss","website"],"created_at":"2025-06-09T03:05:18.838Z","updated_at":"2026-05-06T11:35:28.755Z","avatar_url":"https://github.com/Kareem-Mohamed-Wardany.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Github-User-Search**\n\nThis repository contains a simple website that allows users to search for any GitHub user by their username. The project uses the **GitHub API** to fetch and display user details dynamically.\n\n---\n\n## **Features**\n\n- **Search for GitHub Users**  \n  Enter a username to fetch the user's public profile details.  \n\n- **User Information Display**  \n  - Username and avatar.  \n  - Bio (if available).  \n  - Number of repositories, followers, and following.  \n\n- **Responsive Design**  \n  Built with **CSS** and **SASS** for a modern and responsive interface.\n\n---\n\n## **Environment**\n\n### **Technologies Used**\n- **HTML**: Structure of the website.  \n- **CSS \u0026 SASS**: Styling for the website with modular and maintainable CSS.  \n- **JavaScript**: Fetches and displays data dynamically.  \n- **GitHub API**: Retrieves user profile data.\n\n---\n\n## **Installation**\n\n1. **Clone the Repository**  \n\n2. Compile SASS (Optional)\nIf you want to modify styles, make sure you have SASS installed and run:\n\nsass styles.scss styles.css\n\n\n3. Run the Project\nOpen index.html in any modern web browser to use the application.\n\n\n\n---\n\nUsage\n\n1. Open the website in your browser.\n\n\n2. Enter a GitHub username in the search bar.\n\n\n3. Press the search button. \n\n\n4. View the user details fetched from the GitHub API:\n\nAvatar.\n\nUsername and bio.\n\nRepositories, followers, and following count.\n\n\n\n\n\n---\n\nAPI Integration\n\nGitHub API\n\nThe website uses the GitHub API to fetch public user details.\n\nAPI endpoint used:\n\nhttps://api.github.com/users/{username}\n\n\n\n---\n\nFuture Enhancements\n\nAdd error handling for invalid or non-existent usernames.\n\nDisplay a user's top repositories or recent commits.\n\nAdd pagination for users with many repositories, followers, or following.\n\nImplement dark mode toggle for better user experience.\n\n\n\n---\n\nContributing\n\nContributions are welcome!\n\n1. Fork the repository.\n\n\n2. Create a new branch for your feature or bugfix.\n\n\n3. Submit a pull request with detailed information about your changes.\n\n\n\n\n---\n\nLicense\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n\n---\n\nAcknowledgments\n\nThanks to the GitHub API team for providing a robust API and the open-source community for their support and inspiration.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkareem-mohamed-wardany%2Fgithub-user-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkareem-mohamed-wardany%2Fgithub-user-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkareem-mohamed-wardany%2Fgithub-user-search/lists"}