GitVis is a dark-themed GitHub Profile Analyzer Web App. Users can input any public GitHub profile URL to generate rich visual analytics and insights about their GitHub activity, contributions, and project landscape.
| Member | Position | Responsibilities |
|---|---|---|
| Sergio Sediq | Full Stack Developer | UI/UX Design, GitHub API Integration, Data Visualization, PDF Export Functionality |
- Enter a GitHub profile URL and analyze public profile data
- Visualizations for:
- Repository count and stats
- Most used programming languages
- Contribution trends over time
- Repo popularity (stars, forks, watchers)
- Follower/following ratios
- Elegant dark theme UI
- Export your GitHub summary and KPI visualizations as a PDF report
- No login required
- Node.js (or other platform if applicable)
- Internet connection to access GitHub API
- Clone the repository:
git clone https://github.com/SergioSediq/gitvis.git
cd gitvis- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm start
# or
yarn startTo create a production build:
npm run build
# or
yarn buildAfter analyzing a profile, click the "Download PDF" button to generate and save a PDF summary containing all KPI visualizations and profile insights.
- Frontend: React / Vue / etc. (depending on Bolt's choice)
- Charts: Chart.js / Recharts / D3.js
- PDF Export: jsPDF / html2pdf or other libraries
This project is licensed under the MIT License.