Type One is a web application that visualizes GitHub repository statistics using an interactive bubble chart. The chart provides an engaging way to explore and compare GitHub repositories based on various metrics such as stars, forks, and programming languages.
- Interactive bubble chart representation of GitHub repositories.
- Filter repositories by different metrics such as stars and forks.
- Adjustable item count to customize the number of repositories displayed.
- Color-coded bubbles based on the programming language.
- Responsive design for seamless viewing across different devices.
- D3.js for data visualization.
- HTML, CSS, and JavaScript for the frontend.
- Node.js and D3-fetch for data loading and manipulation.
Visit the Type One Website to explore the GitHub repository statistics visualization in practice.
- Clone the project and run
npm install
to add packages.
git clone https://github.com/prime-infinity/type-one.git
cd type-one.git
//Start development server
npm run dev
Contributions are welcome! If you find a bug or have an enhancement idea, please open an issue or submit a pull request. Make sure to follow the Contributing Guidelines before making a contribution.
This project is licensed under the MIT License.
Feel free to contact me at my email address in my github profile for any questions or feedback. We hope you enjoy using Type One to explore GitHub repository stats in a visually engaging way!