Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
In the landing page we have a search input which changes on click after you have typed more than 3 letters it will show you the results of your search in a table (React Table) with pagination and sorting of 10-25-50-100. When we click on the Repository name of any item we are redirected to a detail page of that repository
In the detail page we have a Card from React Bootstrap with the Heading of the Repository and the details as mentioned in the assessment with a button which goes back to the landing page. The detail page is a slug page created with the help of react router dom.