GithubHelp home page GithubHelp logo

resherra / gitfind Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 256 KB

Search for a GitHub user, view their repositories, and explore detailed information for each one.

Home Page: https://gitfind.rssh.studio

JavaScript 97.83% HTML 1.60% CSS 0.57%
react react-query tailwindcss vite

gitfind's Introduction

GitFind

GitFind is a web application that allows users to search for a GitHub user, view their repositories, and explore detailed information such as commits, issues, and pull requests for each repository.

Features

GitFind offers the following features:

  • Search: Users can search for a GitHub user by entering their username in the search bar.
  • User Profile: The application displays basic information about the searched user, including their avatar, bio.
  • Repositories List: Users can browse through the repositories of the searched user, viewing details such as the repository name, language, and the number of stars and forks.
  • Repositories Pagination: If the searched user has a large number of repositories, pagination is implemented to load repositories in smaller, manageable chunks.
  • Infinite Scroll: The repository details supports infinite scrolling, allowing users to effortlessly load more repositories as they clicking "Load more" button.
  • Repository Details: Clicking on a repository in the list navigates the user to a detailed view, showcasing additional information such as the commits, open issues, and pull requests for that repository.
  • Error Handling: The application handles various error scenarios, displaying appropriate messages when API requests fail or when the searched user or repository cannot be found.

Installation

To run GitFind locally on your machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/lazych/GitFind.git
  1. Navigate to the project directory:
cd GitFind
  1. Install the dependencies:
pnpm install
  1. Obtain a GitHub Personal Access Token:

  2. Create a .env file in the project root directory and add the following line:

VITE_AUTH=YOUR_PERSONAL_ACCESS_TOKEN
  • Replace YOUR_PERSONAL_ACCESS_TOKEN with the token you obtained in the previous step.
  1. Start the development server:
pnpm dev
  1. Open your browser and visit http://localhost:5173 to access the GitFind application.

Built with

  • Vite
  • React
  • React Query
  • Tailwindcss
  • Find more at package.json

gitfind's People

Contributors

resherra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.