A web application that enables users to search for issues found in public repositories simply by copy pasting the repository url!
https://github-issue-explorer.onrender.com/
- clone repo
- yarn
- yarn start
- React
- Node.js
- GitHub API
- Material UI
- Heroku
- 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.
A small collection of screenshots showcasing the results page.