This is a demo application that allows a user to search github repositories.
It will:
- Allow the user to enter a search term
- Returns and displays the top 10 repos related to that search term (by stars)
- Displays the items in a list allowing the user to delete items on the list
- Displays the users search history
- Persists the users search history to local storage
The project can be cloned from this repo and run with "yarn" to install dependencies and then "yarn start"
It is also deployed to netlify at: https://react-github-repo-search.netlify.app/