Customize which repositories you want to highlight on your portfolio:
// In GitHubReposSection component, update the featuredRepos prop:
<GitHubReposSection
featuredRepos={['vault-repo', 'your-other-repo', 'another-great-repo']}
maxRepos={8}
/>- Username: Vivek23456
- Featured Repos: ['vault-repo']
- Max Repositories: 6
- Add Featured Repositories: Update the
featuredReposarray with your repository names - Change Display Count: Modify
maxReposto show more/less repositories - Update Username: Change the username in the
useGitHubReposhook if needed
- ⭐ Featured repositories appear first with special highlighting
- 🌟 Star counts and fork counts
- 🏷️ Programming language with color coding
- 📅 Last updated date
- 🏷️ Topic tags (if available)
- 🔗 Direct links to GitHub and live demos
- GitHub API allows 60 requests per hour for unauthenticated requests
- If you exceed the limit, fallback demo data will be shown
- Consider using a GitHub Personal Access Token for higher limits in production
The repositories are displayed in a responsive grid with:
- Hover animations and scaling effects
- Cyber-themed styling matching your portfolio
- Featured repositories have special border styling
- Mobile-responsive design