Skip to content

Built using Next.js, this app takes a Github username and displays their Github profile with additional information and statistics in a visually appealing way.

Notifications You must be signed in to change notification settings

prashantsihag03/github-profiler

Repository files navigation

Github Profiler

An appealing visual of your Github profile that utilises charts to display additional github statistics.

Built using Next.js, this web app takes a Github username and displays their Github profile with additional information and statistics in a visually appealing way.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Built with:

Pre-requisite

  • Project requires a Github Personal Access Token to fetch data from Github using Github api.
  • Create a .env.local file at the root of the directory.
  • Add GITHUB_PERSONAL_TOKEN=<your_personal_access_token> to the .env.local file.

Commands

  • Run project in a dev environment
    npm install;
    npm run dev;
    
    Open http://localhost:3000 with your browser to see the result.

About

Built using Next.js, this app takes a Github username and displays their Github profile with additional information and statistics in a visually appealing way.

Topics

Resources

Stars

Watchers

Forks