Git Wrap is a web application built using React.js, GitHub API, and a canvas library, designed to help users visualize their GitHub activity and repositories in an interactive and engaging way.
- GitHub Integration: Connect your GitHub account to the app to retrieve repository data, commits, and contributions.
- Interactive Visualizations: View and interact with GitHub data using an interactive canvas for better exploration.
- Real-time Data: Display your latest commit activities, repository details, pull requests, and more from GitHub.
- Responsive Design: The app is fully responsive and works seamlessly on both desktop and mobile devices.
- Customizable: Customize the visualization to fit your preferences with filters and sorting options.
- React.js: A JavaScript library for building user interfaces, used for creating dynamic, component-based applications.
- GitHub API: Used to fetch GitHub data, including repository information, commits, pull requests, and issues.
- Canvas Library: A JavaScript library to render visual data and interactive elements on a canvas.
- Yarn/npm: A package manager for installing and managing project dependencies.