Skip to content

GitHub Issues Explorer - A web app that enables users to search for GitHub issues found in public repos via repo url.

Notifications You must be signed in to change notification settings

MrBenC88/github-issue-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issue Explorer

Main page

A web application that enables users to search for issues found in public repositories simply by copy pasting the repository url!

Demo

https://github-issue-explorer.onrender.com/

Steps to run in dev environment:

  • clone repo
  • yarn
  • yarn start

Stack

  • React
  • Node.js
  • GitHub API
  • Material UI
  • Heroku

Features

  • Search bar enabling users to paste a GitHub repo URL(public).
  • Results page that displays all (open, closed, pull requests) issues from the search query.
  • Indicates which issues are closed or pull requests using the icons.
  • Implemented filtering by open, closed, or pull requests on the results page.
  • Various views available such as grid view or list view.
  • Comprehensive informational cards on each issue.
  • Mobile friendly and usable on all sorts of devices.
  • Pagination.

Screenshots

A small collection of screenshots showcasing the results page.

Grid View

Grid View

List View

List View

About

GitHub Issues Explorer - A web app that enables users to search for GitHub issues found in public repos via repo url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published