This is a GitHub clone website that replicates some of the basic functionalities of GitHub using the GitHub API. It allows users to search for repositories, view repository details, and browse user profiles.
- JavaScript
- HTML
- CSS
- GitHub API
- Clone the repository: git clone https://github.com/your-username/GetHub.git
- Navigate to the project directory: cd GetHub
- Open the index.html file in your preferred web browser.
On the homepage, enter the name of a GitHub repository or user in the search bar. Click the "Search" button or press Enter to retrieve the results. View the search results and click on a repository or user to see more details. Explore the different sections of the website, such as repository details, user profile, and repository list.