Skip to content

Priyansh-Kasera/fyle-internship-challenge-23

 
 

Repository files navigation

GitHub Repository Viewer

GitHub Repository Viewer is an Angular application that allows users to enter a GitHub username and view all the public repositories of that user.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

Before you begin, ensure you have the following tools installed on your system:

  • Node.js - Ensure you have Node.js installed.
  • Angular CLI - Install Angular CLI globally.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Priyanh-Kasera/fyle-internship-challenge-23.git

  2. Navigate to the project directory:

    cd fyle-internship-challenge-23

  3. Install project dependencies:

    npm install

Usage

  1. Start the development server:

    ng serve

  2. Open your web browser and visit http://localhost:4200/.

  3. Enter a GitHub username in the input field and click the "View Repositories" button.

  4. You will see a list of all the public repositories associated with the entered GitHub username.

Built With

  • Angular - The web framework used
  • GitHub API - Used to fetch user repository data
  • Angular HttpClient - Used for making HTTP requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • HTML 35.8%
  • Other 1.2%