- Notifications
You must be signed in to change notification settings - Fork0
Exploring GitHub users, repositories and organizations by popping up their details and listing top 100s, with GitHub API + ReactJS
sgc93/GITs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GITS is a web application that allows users to explore GitHub users, organizations, and repositories. It provides various functionalities to search, view details, and discover top users, organizations and repositories.
GITS, built in React.js, is a powerful(🤔) GitHub explorer tool for GitHub enthusiasts, offering an intuitive interface to discover and explore GitHub entities.
Search for Users: Easily find GitHub users by username.
Search for Organizations: Discover GitHub organizations using their names.
User Details: View detailed information about a GitHub user, including repositories, followers, and following.
User Details: View detailed information about a GitHub user, including repositories, followers, and following.
Public README Viewer: Access and read the public README file of GitHub users.
Top 100 Users:
- Based on repositories.
- Based on followers.
Top 100 Repositories:
- Based on stars.
- Based on forks.
Top 100 Organizations:
- Based on repositories.
Follow these steps to set up GitHub Explorer locally:
# Clone the repositorygit clone https://github.com/yourusername/github-explorer.git# Navigate to the project directorycd github-explorer# Install dependenciesnpm install
- Run the application:
npm start
- Open your browser and navigate tohttp://localhost:3000.
I welcome contributions! Please follow GitHub contribution guidelines to get started.
This project is licensed under the MIT License.
Feel free to reach out if you have any questions or suggestions:
Email:smachewgedefaw@gmail.com
Check Entire app designHomePage Design for Desktop and Mobile Screens