You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your feature request related to a problem?
Feature 1: Popular Repositories Section
A dedicated section on the homepage that displays trending or popular repositories based on the following criteria:
Stars: Repositories with the most stars.
Forks: Repositories that are widely forked.
Contributions: Repositories with high contributor activity.
Design Details:
Display top 5 or 10 repositories.
Include basic info such as:
Repository name
Owner name
Star count
Fork count
Contribution count
Allow users to view more details or visit the repository directly.
Feature 2: Repository Statistics Visualization
Include visual charts on individual repository pages showing:
Commit History: A timeline or heatmap showing commit activity over time.
Contributor Activity: A bar graph showing the top contributors.
Language Usage: A pie chart or bar chart showing the percentage of different programming languages used.
Tech Stack:
Use Chart.js or D3.js for visualizations.
GitHub API for fetching repository metadata and activity stats.
Please describe your feature request related to a problem?
Feature 1: Popular Repositories Section
A dedicated section on the homepage that displays trending or popular repositories based on the following criteria:
Stars: Repositories with the most stars.
Forks: Repositories that are widely forked.
Contributions: Repositories with high contributor activity.
Design Details:
Display top 5 or 10 repositories.
Include basic info such as:
Repository name
Owner name
Star count
Fork count
Contribution count
Allow users to view more details or visit the repository directly.
Feature 2: Repository Statistics Visualization
Include visual charts on individual repository pages showing:
Commit History: A timeline or heatmap showing commit activity over time.
Contributor Activity: A bar graph showing the top contributors.
Language Usage: A pie chart or bar chart showing the percentage of different programming languages used.
Tech Stack:
Use Chart.js or D3.js for visualizations.
GitHub API for fetching repository metadata and activity stats.
@BamaCharanChhandogi please assign this to me under
gssoc-ext
andhacktoberfest
The text was updated successfully, but these errors were encountered: