User Search
:
- Users can search for GitHub profiles using usernames.
- Search results display relevant user information.
Responsive Design
:
- The application is designed to work seamlessly on various devices, providing a responsive user experience.
Dark/Light Mode
:
- Users can toggle between dark and light modes to suit their preferences.
User Profile Information
:
- Display essential information about the searched user, such as avatar, name, bio, location, etc.
Repositories Section
:
- Show a list of repositories owned by the user.
- Include details like repository name, description, language, and the number of stars.
Forked Repositories Section
:
- Display repositories that the user has forked from other users.
Followers and Following
:
- Provide information about the user's followers and users they are following.
Navigation
:
- Include a user-friendly navigation system to easily switch between different sections of the user's profile.
Error Handling
:
- Gracefully handle cases where the user is not found or there are other errors.
This project require some prequesites and dependenscies to be installed, you can view it online using this demo. or you can find the instructions below
To get a local copy, follow these simple steps :
- Clone the repo
git clone https://github.com/Pranav-Jadhav09/Gitfinder
- Install Dependencies
npm install
- Run start script
npm run start
This project is licensed under GPL-3.0 License.