GitHub Profile Tracker is a web application that helps you retrieve and display information about GitHub users quickly and conveniently. Simply enter a GitHub username, and the app will fetch and present the user's profile details along with their repositories in a user-friendly interface.
- Enter a GitHub username to retrieve user details.
- Display user's profile picture, name, bio, location, and more.
- Show the number of followers, following, and public repositories.
- List the user's repositories with details such as name and description.
- Node.js installed on your machine.
- A GitHub Personal Access Token.
-
Clone the repository:
git clone https://github.com/yassiralamidev/github-profile-tracker.git
-
Navigate to the project directory:
cd github-profile-tracker
-
Install the project dependencies:
npm install
-
Go to the
.env
file in the root directory of your project and add your GitHub Personal Access Token:VITE_GITHUB_TOKEN==your_access_token_here
-
Start the development server:
npm run dev
-
Open your web browser and go to
http://localhost:5173
to use the app locally. -
Commit your changes with clear and concise messages.
-
Push your changes to your fork.
-
Create a pull request to the main repository.