- With React and the Github API, display the list of public repositories of the 7geese organization, ordered by fork count desc.
- For each item show: repo name, fork number, language and created date.
- Format the repository title to have hyphens replaced by spaces, and each word capitalized except: "as", "on" Example: "this-is-a-test-on-javascript" becomes "This Is A Test on Javascript".
- Add the ability to search for repos by name.
- Put your solution in a zip file and email it back to us!