As github-stars-feed is available as an NPM module, can we make a demo React App to show GitHub Star's feed using card view.
You can Create React App to set up the React app by running one command.
npx create-react-app github-stars-feed
cd github-stars-feed
npm start