https://github.com/zied-snoussi/github-user-search
Explore GitHub profiles effortlessly. This web app lets you search for GitHub users and discover key stats. Powered by HTML, CSS, and JavaScript.
https://github.com/zied-snoussi/github-user-search
css3 github github-api html5 javascript
Last synced: 3 months ago
JSON representation
Explore GitHub profiles effortlessly. This web app lets you search for GitHub users and discover key stats. Powered by HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/zied-snoussi/github-user-search
- Owner: zied-snoussi
- Created: 2023-12-17T00:07:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T01:56:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T15:22:34.097Z (8 months ago)
- Topics: css3, github, github-api, html5, javascript
- Language: JavaScript
- Homepage: https://zied-snoussi.github.io/GitHub-User-Search/
- Size: 1000 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub User Search
## Overview
GitHub User Search is a web application that allows users to search for GitHub users and view their stats and information. The application provides a clean and user-friendly interface for exploring GitHub profiles.
## Features
- **User Search:** Enter a GitHub username and retrieve detailed information about the user.
- **GitHub Stats:** View essential GitHub statistics, including repositories, followers, following, gists, and more.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/your-username/github-user-search.git
```
2. Open `index.html` in your web browser.
3. Enter the GitHub username in the search bar and click "Search."
4. Explore the GitHub stats and additional information.
## Technologies Used
- HTML
- CSS
- JavaScript
## Contributing
If you'd like to contribute to this project, please follow these guidelines:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/new-feature`.
3. Make your changes and commit them: `git commit -m 'Add new feature'`.
4. Push to the branch: `git push origin feature/new-feature`.
5. Submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [GitHub API](https://developer.github.com/v3/)
- Inspiration from other open-source projects.
## Contact
Zied Snoussi
- GitHub: [zied-snoussi](https://github.com/zied-snoussi)
- LinkedIn: [zied-snoussi](https://www.linkedin.com/in/zied-snoussi)
---
© 2023 Zied Snoussi | GitHub: [zied-snoussi](https://github.com/zied-snoussi) | LinkedIn: [zied-snoussi](https://www.linkedin.com/in/zied-snoussi)