Neumorphism Website + Github API
This project showcases my GitHub repositories and allows you to explore the projects I've been working on. It uses the GitHub API to fetch the project data and displays it in a user-friendly format.
❗THERE IS A LIMITED TOKEN REQUEST; WHY IT MAY BE PARTIALLY NOT WORKING!❗
If you like my project, I would appreciate your support with a star ⭐!
Introduction
Welcome to my GitHub Projects showcase! This project highlights the repositories I've been working on and provides a visually appealing and user-friendly interface to explore them. It utilizes the GitHub API to fetch the project data and incorporates various design effects to enhance the overall experience.
Functionality
Fetching GitHub Projects
The getGitHubProjects(username)
function leverages the power of the GitHub API to fetch the project data associated with a given username
. It retrieves the repositories and their details in a JSON format, allowing…