A simple app to create a collage of your most-liked Instagram photos.
The goal of this project is to create a simple web application, using only modern browser technologies, allowing a user to create a collage of their most-liked Instagram photos.
In addition to allowing a user to create a collage of a their most-liked photos, the app should also serve as an example of what can be built with native, modern, browser technologies.
The app is built using only HTML, CSS and JavaScript. There are no dependencies, and no third-party libraries, imports or other external resources are limited to the Instragram API and a single Google Font.
The site is hosted on Netlify, and uses a single Lambda function for Instagram authentication.
Anyone and everyone is welcome to contribute to this project, within the goals of the project.
Specifically:
- Design & UI/UX
- Development
- Copy Writing
For more information see the Contributing guide.
For local development:
- Fork this repository
- Clone the fork to your local machine
cd
to the repo directory- Install the Netlify CLI with
npm install netlify-cli -g
- Start the dev server with
netlify dev
- Open
localhost:8888
in your browser
See the Privacy Policy.