Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 925 Bytes

File metadata and controls

24 lines (14 loc) · 925 Bytes

Overview

This project aims to investigate and analyze GitHub user IDs, focusing on understanding the significance of these IDs and exploring some interesting facts about them. GitHub assigns a unique numerical ID to each user, and these IDs can reveal insights about the early adopters of the platform.

These IDs are incremented sequentially, meaning that users with lower IDs joined the platform earlier.

Developed out of a small curiosity from GitHub user #156575830

screen-findmygithubid

Getting Started

To get started with this project, follow these steps:

  • Clone the Repository
  • npm install
  • npm run dev

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  • Fork the repository and create a new branch for your changes.
  • Submit a pull request with a clear description of your modifications or improvements.