RepoViewer is an interactive web application designed to showcase the projects and contributions of GitHub users. This tool allows you to explore repositories, view programming languages used, and track recent contributions, providing a comprehensive overview of a user's work on GitHub.
- Project Showcase: Displays a list of repositories along with descriptions and key statistics.
- Language Visualization: Highlights the primary programming languages used in each project with icons.
- Recent Contributions: Provides a feed of the latest contributions made by the user, including commit counts and timestamps.
- User-Friendly Interface: Easy navigation and responsive design for an enhanced user experience.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/RepoViewer.git
- Navigate to the project directory:
cd RepoViewer
- Open index.html in your web browser
Contributions are welcome! If you have suggestions for improvements or want to add features, feel free to open an issue or submit a pull request.
- GitHub API for providing access to user data and repositories.
- Icons used from Devicon for language representation.