Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

executable file
·
30 lines (20 loc) · 1.4 KB

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