GitHub Explorer is a cutting‑edge tool to dive deep into GitHub user data. Built with React and featuring a sleek, modern UI enhanced by a dynamic Typewriter effect and collapsible sections, this project brings an advanced, compact, and intuitive experience to exploring GitHub profiles and repositories.
- Comprehensive Data: Retrieves user info, followers, following, repositories, organizations, gists, subscriptions, starred repos, events, and received events.
- Advanced UI/UX: Compact user info cards, collapsible sections, and a dramatic Typewriter title effect.
- Responsive Design: Optimized for desktops, tablets, and mobile devices.
- Modular Architecture: Built with React components for easy customization and extension.
- Open Source: Contributions and suggestions are highly welcome!
Clone the repository and navigate to the project directory:
git clone https://github.com/Anshkabra2012/github-explorer.git
cd github-explorer
Serve the project using a static server. For example, using serve:
npx serve .
- Open the application in your web browser.
- Enter your GitHub Personal Access Token in the provided field.
- Input the GitHub username you wish to explore.
- Sit back and watch as the app displays detailed GitHub data in a beautifully organized layout.
Contributions are highly welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add some awesome feature"
- Push to your branch:
git push origin feature/your-feature-name
- Open a Pull Request detailing your changes.
For major changes, please open an issue first to discuss your ideas.
This project is licensed under the UNLICENSE. See the LICENSE file for more details.
For questions, suggestions, or any feedback, please open an issue on GitHub Issues.