Skip to content

AndreMiras/gitpop3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14c5b00 · Apr 6, 2024
Jan 28, 2024
Nov 24, 2020
Jan 28, 2024
Apr 6, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Feb 6, 2022
Feb 5, 2021
Jan 28, 2024
Apr 6, 2024
Jan 28, 2024
Feb 6, 2022
Jan 28, 2024

Repository files navigation

GitPop3

Tests Coverage Status Deploy

Find the most popular fork on GitHub.

https://andremiras.github.io/gitpop3/

GitPop3 helps you choose a fork when a project goes unmaintained. It allows you to sort forks by "Stars", "Forks" or "Commits" count. Screenshot See GitPop2 for the same tool using backend tech.

Run

yarn start

Test

yarn lint
yarn test

Deployment

The app can be deployed on GitHub pages when releasing via:

yarn deploy

Note a Personal Access Token should be generated with the public_repo scope and set to its base64 form to the REACT_APP_GITHUB_PAT environment variable. This is required for Authenticating with GraphQL.

Cloud Function

See the serverless folder documentation.