README.md

July 18, 2022 ยท View on GitHub

This is a react application which fetches issues from the given repository and displays as a list with 10 per page using pagintion.

When clicked on a issue it redirects to a new tab and displays the issue detials of the selected issuenumer here.

If there are comments for the selected issue when clicked on get comments, it renders the comments for the respective issues on the page.