winnyineza / Fetcher-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Repositories Fetcher

A simple web app that allows users to enter a GitHub username and fetches a list of their repositories along with short descriptions.

Table of Contents

Introduction

GitHub Repositories Fetcher is a web application designed to provide users with a quick overview of their GitHub repositories. Users can enter their GitHub username, and the app will fetch and display a list of their repositories along with brief descriptions. This allows users to easily access information about their repositories without navigating through the GitHub website.

Features

  • Fetch and display repositories based on a GitHub username.
  • Display each repository's name, description, and a link to the repository.

Demo

Website Link

You can watch a short demo of how the GitHub Repositories Fetcher app works here.

Getting Started

To run the app locally, follow these steps:

  1. Clone this repository: git clone https://github.com/winnyineza/Fetcher-app.git
  2. Navigate to the project directory: cd Fetcher-app
  3. Install dependencies: npm install
  4. Start the app: npm start

Usage

  1. Open the app in your web browser.
  2. Enter your GitHub username in the provided input field.
  3. Click the "Fetch Repositories" button.
  4. The app will display a list of your repositories along with short descriptions and links.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Axios for making API requests
  • RapidAPI for accessing the GitHub API

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About


Languages

Language:CSS 46.1%Language:JavaScript 39.4%Language:HTML 14.5%