BossMAN559 / top-x-of-y

A simple app to find your most liked photos of the current year and create a collage.

Home Page:https://TopXofY.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TopXofY.com

A simple app to create a collage of your most-liked Instagram photos.

Project Goal

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.

About the app

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.

Contributing

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.

Local Development

For local development:

  1. Fork this repository

  2. Clone the fork to your local machine

  3. cd to the repo directory

  4. Start a server on 8088. On a mac with Python installed this can be done with:

    python -m SimpleHTTPServer 8088 python3 -m http.server 8088

  5. Open localhost:8088 in your browser

Privacy Policy

See the Privacy Policy.

About

A simple app to find your most liked photos of the current year and create a collage.

https://TopXofY.com

License:Mozilla Public License 2.0


Languages

Language:HTML 75.2%Language:JavaScript 24.8%