A simple web application that fetches and displays GitHub repositories using the Fetch API. This project demonstrates how to use the Fetch API to make HTTP requests to the GitHub API and retrieve repository data.
The Fetch GitHub Repositories with Fetch API project is a basic example of how to fetch data from the GitHub API using the Fetch API in JavaScript. It allows users to enter a GitHub username and retrieve a list of that user's repositories.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Mohammed-Momtaz/Fetch-GitHub-Repositories-With-Fetch-API.git- Navigate into the project directory::
cd Fetch-GitHub-Repositories-With-Fetch-API- Install dependencies (if applicable)::
This project may not have dependencies, but if it does, typically you would run:
npm install- Open the project in your favorite code editor and start a local server to view the game. For example, if using VSCode, you might use the Live Server extension.:
To use the Fetch GitHub Repositories with Fetch API application:
-
Open the index.html file in your browser.
-
Enter a GitHub username in the input field.
-
Click the "Fetch Repositories" button.
-
View the list of repositories associated with the entered username.
- Fetches and displays GitHub repositories using the Fetch API
- Simple and intuitive user interface
- Ability to fetch repositories for any GitHub user
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the repository.
Create your feature branch
git checkout -b feature/AmazingFeatureCommit your changes
git commit -m 'Add some AmazingFeature'Push to the branch
git push origin feature/AmazingFeatureOpen a Pull Request.
Mohammed-Momtaz - mohammedmomtazsharam@gmail.com
Project Link: https://github.com/Mohammed-Momtaz/Fetch-GitHub-Repositories-With-Fetch-API