Skip to content

Hunt for problems to solve using GitHub API. Save time searching for "good first issue" or "help wanted" labels.

Notifications You must be signed in to change notification settings

RohitPaul0007/Issues-Hunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues Hunt

Issues such as “good first issue” or “help wanted” are difficult to find. Right now a user would have to click on a specific repository and look through their issues to apply label filters. Being able to find issues easier would encourage more people, especially novice programmers, to contribute to open source projects.

User Story:

  • User can search for GitHub Issues across all repositories
  • User can filter results by language and label
  • User can then sort the results

Screenshots

Running locally

  1. git clone https://github.com/fulin426/Issues-Hunt.git
  2. npm install
  3. npm start

Information for Search Issues as part of GitHub Developer Search API

By default this repository does not include API keys used in development. API calls are limited to 60 per hour without Client ID and Client Secret.

or obtain you own Client ID and Client Secret by following the instructions below

Technology

React, HTML, CSS, Bootstrap, Axios, Font-Awesome, Github API

About

Hunt for problems to solve using GitHub API. Save time searching for "good first issue" or "help wanted" labels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • CSS 17.7%
  • HTML 7.4%