Skip to content

A Web App To Find And Explore Repositories Where A GitHub User Has Made Contributions.

Notifications You must be signed in to change notification settings

soumwadeep/Contributed-Repo-Finder

Repository files navigation

Contributed Repo Finder

Welcome to Contributed Repo Finder, a React application that allows you to fetch and explore the contributed repositories of a GitHub user. With this app, you can easily discover the repositories and their details with just a few clicks.

Features

  • Enter the GitHub username in the input field and click on "Fetch" to retrieve the contributed repositories.
  • Each repository card displays the name(which is linked to that repo url), description, number of stars, and number of forks.
  • Use the pagination buttons to navigate through the repositories. Click the "Previous(<)" button to go to the previous page, and the "Next(>)" button to move to the next page.
  • Use Search New User button to search for another user.
  • A sticky "Back to Top(⏏)" button appears when you scroll down, allowing you to quickly return to the top of the page.

Getting Started

To run the Contributed Repo Finder locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/soumwadeep/contributed-repo-finder.git
  2. Install the dependencies:

    cd contributed-repo-finder
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to access the Contributed Repo Finder.

Technologies Used

  • React
  • Axios
  • CSS

Screenshots

Home:

image

After Search:

image

Pagination , Search New & Back To Top Button:

image

Acknowledgments


© 2023. All rights reserved by Contributed Repo Finder.

About

A Web App To Find And Explore Repositories Where A GitHub User Has Made Contributions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published