/Fyle_Web_Development_Assignment

- Live Project Link -[ https://selfmanish01.github.io/Fyle_Web_Development_Assignment/ ] Explore GitHub user details and repositories with this simple web application. Fetch user information, including avatar, bio, and social links, as well as a list of repositories with details such as name, description, and language.

Primary LanguageJavaScript

Screenshots

Screenshot 1

GitHub User Details Project

Overview

This project is a simple web application that fetches and displays GitHub user details and repositories using the GitHub API. It provides a clean and intuitive interface to view user information and explore repositories.

Features

  • Fetches user details (avatar, name, bio, social links) from GitHub.
  • Displays a list of repositories with details (name, description, language).

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/github-user-details.git
  2. Open index.html in a web browser.

Configuration

Set your GitHub username and Personal Access Token in script.js:

const username = 'your-username';
const token = 'your-personal-access-token';

Contributing

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments