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.
- The Changelog, for putting up the changelog nightly newsletter, where we take the information about trending GitHub repositories from;
- christikaes for the easy to use react masonry gallery component;
- David Walsh, for the clean and toughtful CSS flip example
- Icon8 for this Screenshot icon.
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.
