Skip to content

Mohammed-Momtaz/fetch-github-repositories-with-fetch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fetch GitHub Repositories with Fetch API

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.

Table of Contents

Description

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.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Mohammed-Momtaz/Fetch-GitHub-Repositories-With-Fetch-API.git
  1. Navigate into the project directory::
cd Fetch-GitHub-Repositories-With-Fetch-API
  1. Install dependencies (if applicable)::

This project may not have dependencies, but if it does, typically you would run:

npm install
  1. 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.:

Usage

To use the Fetch GitHub Repositories with Fetch API application:

  1. Open the index.html file in your browser.

  2. Enter a GitHub username in the input field.

  3. Click the "Fetch Repositories" button.

  4. View the list of repositories associated with the entered username.

Features

  • Fetches and displays GitHub repositories using the Fetch API
  • Simple and intuitive user interface
  • Ability to fetch repositories for any GitHub user

Contributing

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/AmazingFeature

Commit your changes

git commit -m 'Add some AmazingFeature'

Push to the branch

git push origin feature/AmazingFeature

Open a Pull Request.

Contact

Mohammed-Momtaz - mohammedmomtazsharam@gmail.com

Project Link: https://github.com/Mohammed-Momtaz/Fetch-GitHub-Repositories-With-Fetch-API

About

Fetch GitHub Repositories With Fetch API From Elzero Web School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors