tmobaird / i-want-to-contribute

React app that allows users to easily search for Github repos and view useful contributing information :octocat: :mag:
https://i-want-to-contribute.netlify.com/
MIT License
16 stars 15 forks source link

Added functionality to sort results based on github's original result… #53

Closed cubadomingo closed 7 years ago

cubadomingo commented 7 years ago

…s. Adds an array(sortedIds) to results state in reducer and maps over it to retrieve each result in github's original list. All tests are passing.