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 Github Pages.
The site uses Cloudflare's free HTTPS.
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 -
Start a server on
8088
. On a mac with Python installed this can be done with:python -m SimpleHTTPServer 8088
-
Open
localhost:8088
in your browser
See the Privacy Policy.