Fyle Assignment: GitHub Repositories Task
Introduction Welcome to the Fyle Assignment GitHub Repositories Task! This task involves creating a web application using HTML, CSS, JavaScript, and Bootstrap that displays public GitHub repositories belonging to a specific user.
Features GitHub Repositories Display: Fetch and display public GitHub repositories for a specific user.
Repository Details: Display repository names, descriptions, and languages used.
Usage Clone the repository to your local machine. 1)git clone https://github.com/your-username/fyle-github-repos-task.git
2)Open the index.html file in your preferred web browser or set up a local server.
Directory Structure fyle/ |-- index.html |-- css/ | |-- styles.css | |-- js/ | |-- script.js |-- README.md
Notes Ensure an active internet connection as the application fetches data from the GitHub API.