/gitshot

React app that shows screenshots of trending GitHub repositories in a masonry gallery.

Primary LanguageJavaScript

GitShot - Explore trending GitHub repositories in screenshots

GitShot is a simple react app that shows screenshots of trending GitHub repositories in a masonry gallery.

The list of trending repositories is extracted from the changelog nightly page with an AWS Lambda function, written in go.

Screenshots are just images selected from the project's readmes. Images containing the words screenshot, demo or example in their names are preferred. If no such image is found, the first one that is not a badge is selected.

The project was created as an experiment for learning React.js and practicing AWS Lambda use.

Live demo

Screenshot of GitShot (pun intended):

Screenshot of GitShot

Credits

Built with Create React App

This project was bootstrapped with Create React App.

You can find information on how to perform common tasks with such a react app here.