GitHub Explorer is a web application that allows users to search for GitHub profiles, view user contributions, explore repositories, and bookmark their favorite users for quick access.
- User Search: Easily search for GitHub users and view their profiles.
- Contribution Visualization: Visualize user contributions, including commits, pull requests, and issues, in graphical format.
- Repository Exploration: Discover user repositories and explore details such as stars, forks, and main programming language.
- Bookmarking: Save and organize favorite GitHub users for quick access.
- Frontend: HTML, CSS, JavaScript, React.js
- Backend: Node.js, Express.js
- Data Visualization: Chart.js
- UI Framework: Bootstrap
- Clone the repository.
- Navigate to the project directory.
- Install dependencies using
npm install
. - Start the application using
npm start
.
- Enter the GitHub username in the search bar to view the user's profile and contributions.
- Explore the repositories and bookmark your favorite users for quick access.
Contributions are welcome! Please fork the repository and create a pull request with your proposed features, enhancements, or bug fixes.
- The GitHub API for providing access to user data and repositories.
- Chart.js for data visualization capabilities.
- Bootstrap for frontend UI components.