https://github.com/amitdeka/gitfinder
GitFinder is a web application designed to search for GitHub user profiles and display their details.
https://github.com/amitdeka/gitfinder
Last synced: 3 months ago
JSON representation
GitFinder is a web application designed to search for GitHub user profiles and display their details.
- Host: GitHub
- URL: https://github.com/amitdeka/gitfinder
- Owner: AmitDeka
- Created: 2025-03-06T17:41:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T17:38:36.000Z (over 1 year ago)
- Last Synced: 2025-12-26T08:36:12.577Z (7 months ago)
- Language: JavaScript
- Homepage: https://gitfinder-rho.vercel.app/
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Finder Web Application
## Overview
Git Finder is a web application designed to search for GitHub user profiles and display their details. It allows users to input a GitHub username, fetches the corresponding user data from the GitHub API, and presents it in a user-friendly format.
### Technologies Used
- NextJS
- Tailwind CSS
- GitHub API
## Features
- Search Functionality: Users can input a GitHub username in the search field and press "Search" to fetch and display the corresponding user details.
- User Details Display: Upon successful retrieval of user data, the application displays various details including the user's name, bio, location, social media links, company, join date, number of repositories, followers, and followings.
- Error Handling: If the entered username is not found or there's an error in fetching the user data, an error message is displayed prompting the user to check the username and try again.
### Screenshots

### Demo
[Live URL](https://gitfinder-rho.vercel.app/)
### Usage
1. Open the index.html file in a web browser.
2. Enter a valid GitHub username in the search input field.
3. Click on the "Search" button or press Enter.
4. View the user details displayed on the page.
### Setup
No specific setup is required to run this application. Simply open the index.html file in a web browser that supports JavaScript.
### API Usage
The application uses the GitHub API to fetch user data. It sends a request to the endpoint `https://api.github.com/users/{username}` where username is the GitHub username entered by the user.
#### Contributions
Contributions to the project are welcome. You can contribute by:
- Fixing issues or bugs.
- Adding new features or enhancements.
- Improving the UI/UX.
- Optimizing the code.
### License
This project is licensed under the MIT License.
### Author
This project was created by Amit Deka.
### Acknowledgements
- The application utilizes the GitHub API.
- Icons provided by Remix Icon.
- SVG image sourced from undraw.co.