GitHub Repository Viewer is an Angular application that allows users to enter a GitHub username and view all the public repositories of that user.
These instructions will help you set up and run the project on your local machine.
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.
-
Clone the repository to your local machine:
git clone https://github.com/Priyanh-Kasera/fyle-internship-challenge-23.git
-
Navigate to the project directory:
cd fyle-internship-challenge-23
-
Install project dependencies:
npm install
-
Start the development server:
ng serve
-
Open your web browser and visit http://localhost:4200/.
-
Enter a GitHub username in the input field and click the "View Repositories" button.
-
You will see a list of all the public repositories associated with the entered GitHub username.
- Angular - The web framework used
- GitHub API - Used to fetch user repository data
- Angular HttpClient - Used for making HTTP requests