componentDidMount() {
        // To fetch reactive search github stars
        fetch('https://api.github.com/repos/appbaseio/reactivesearch')
            .then(res => res.json())
            .then((res) => {