A comprehensive GitHub profile analytics and organization tool that helps developers track and analyze GitHub profiles, repositories, and contributions with powerful visualizations and insights.
Ganta Venkata Kousik
Email: venkatakousikcse01@gmail.com
Location: Hyderabad, Telangana, India
LinkedIn: gantavenkatakousik
GitHub: GantaVenkataKousik
LinkTree: GantaVenkataKousik
Behance: venkatakousik
- Profile Analytics: Detailed breakdown of GitHub profiles with key metrics and visualizations
- Repository Tracking: Track stars, forks, and activity across repositories
- Contribution Analysis: Interactive calendar view and activity charts for contributions
- Language Statistics: Visual breakdown of programming languages used across repositories
- Trend Monitoring: Keep up with trending repositories and popular GitHub topics
- Personalized Recommendations: Discover new repositories and users based on your interests
- Multi-view Dashboard: Comprehensive dashboard with all key metrics at a glance
- Next.js - React framework for server-rendered applications
- TypeScript - Typed JavaScript for enhanced development
- Tailwind CSS - Utility-first CSS framework
- Recharts - Composable charting library for React
- Lucide Icons - Beautiful, consistent icon set
- shadcn/ui - Re-usable UI components
- Node.js 18.x or later
- npm, yarn, or pnpm
- Clone the repository:
git clone https://github.com/yourusername/github-organizer.git
cd github-organizer/frontend- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:3000 in your browser to see the application.
To set up the favicon and metadata:
- Add the GitHub icon as favicon in the
/publicdirectory - Update
layout.tsxwith proper metadata:- Title: GitHub Organizer
- Description: Comprehensive GitHub profile analytics and organization tool
- Keywords: GitHub, analytics, repositories, contributions, developer tools
- Author: Ganta Venkata Kousik
- Search for GitHub Profiles: Enter a GitHub username in the search bar to view detailed analytics
- Explore Dashboard: Browse the dashboard for global GitHub statistics and trends
- View Repository Details: Click on repositories to see detailed information and metrics
- Analyze Contributions: Track contribution patterns and language usage over time
- Discover Trending Content: Explore trending repositories and developers
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub API for providing the data
- All the open-source libraries that made this project possible