An open API service indexing awesome lists of open source software.

https://github.com/pranshu321/git-find

GitFind is a project that uses the Github API to provide information and insights about a Github user profile. It shows the date the user joined Github, events related to their account, who they follow, information about their repositories, and the prominent language used in each repository. The project is made using React and Tailwind.
https://github.com/pranshu321/git-find

fetch-api github-api hooks props-and-state-components reactjs tailwind-css

Last synced: 28 days ago
JSON representation

GitFind is a project that uses the Github API to provide information and insights about a Github user profile. It shows the date the user joined Github, events related to their account, who they follow, information about their repositories, and the prominent language used in each repository. The project is made using React and Tailwind.

Awesome Lists containing this project

README

          





Logo

Git Find


An awesome tool to explore the world of github!


View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. Contact

  5. Acknowledgments

## About The Project

![image](https://github.com/Pranshu321/Git-Find/assets/86917304/cd1421cb-fc75-486d-b7ff-a7bcc4f51907)

A project that uses the Github API to provide insights about a GitHub profile. With this project, you can see the date a user joined Github, events related to their account, who they follow, and information about their repositories.

Here's why:
* **_Repository Details:_** GitFind offers in-depth information about the repositories associated with a Github profile. Users can gain insights into the repository's details, including its name, description, and the prominent programming language used in each repository. This feature helps users understand the user's areas of expertise and the types of projects they are involved in, facilitating potential collaborations or identifying repositories of interest for further exploration.

* **_Following Analysis:_** GitFind allows users to explore the users that a particular Github profile follows. This feature provides valuable information about the user's network and connections within the Github community. Users can discover influential developers, projects, or organizations that the profile owner finds interesting or relevant, fostering collaboration and knowledge-sharing opportunities.

* **_Profile Insights:_** GitFind utilizes the Github API to provide valuable insights about a user's profile. It allows users to view the date a user joined Github, events related to their account, and information about their repositories. This feature enables users to gain a comprehensive understanding of a user's activity and history on the platform.

(back to top)

### Built With

This section should list any major frameworks/libraries used to bootstrap in project.

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Vue](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Vue](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
![Vue](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)

(back to top)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```

### Installation

_Below is an example of how you can install and setting up your app local version._

1. Clone the repo
```sh
git clone https://github.com/your_username_/Project-Name.git
```
2. Install NPM packages
```sh
npm install
```
3. Enter vite dev command to run project``
```sh
npm run dev
```
4. Hurray!!! you can see project live on `http://localhost:4173` or `http://localhost:3000`

(back to top)

## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the Previous Examples and commits_

(back to top)

## Roadmap

- [x] Add Changelog
- [x] Add back to top links
- [ ] Add Additional Templates w/ Examples
- [ ] Add "components" document to easily copy & paste sections of the readme

See the [open issues](https://github.com/pranshu321/Git-Find/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## Contact

Your Name - [Pranshu Jain](https://pranshuportfolio.netlify.app) - pranshujain0111@gmail.com

Project Link: [https://github.com/pranshu321/Git-Find](https://github.com/pranshu321/Git-Find)

(back to top)

## Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
* [Img Shields](https://shields.io)
* [GitHub Pages](https://pages.github.com)
* [Font Awesome](https://fontawesome.com)
* [React Icons](https://react-icons.github.io/react-icons/search)
* [Tailwind CSS]()

(back to top)