Frontend task for NS
To successfully complete this task, you need to create two pages that utilize the GitHub API.
The first page should have a search bar, filters for narrowing down the search, and a container to display the search results. The results should be sortable based on the following stats: stars and forks. The search bar should check if the input text is contained in any of the following: name, description, topics, or readme. Additional search parameters should include the number of followers, number of stars, and language. The second page should list the history of searched items. Clicking on any of them should trigger the display of the same first 10 results.