Skip to content

A multi-user responsive real-time web app for sharing, arranging, and transforming images collaboratively on your laptop or phone.

Notifications You must be signed in to change notification settings

andigan/theupto

Repository files navigation

the•up•to

A multi-user responsive real-time web app for sharing, arranging, and transforming images collaboratively on your laptop or phone.

Features

Uses:

  • Node.js express framework.
  • MongoDB for persistent storage of image styles and positions.
  • Socket.IO to share style changes with other clients in real time.
  • AWS S3 for cloud storage of streamed uploaded images.
  • Redux store for state management.
  • Webpack for an efficient build.
  • Sass for styles.
  • Handlebars for templating.
  • Babel for ES2015/ES2016 transpiling.
  • jQuery.UI for drag and drop.
  • Instagram API and OAuth for feed integration.
  • Interact.js for touchscreen rotating and resizing.
  • HTTP cookies to remember which draggers are activated and session ID.

Functionality

  • Upload images.
  • Delete images by dropping them on the exit door.
  • Use draggers to modify:
    • height/width
    • rotation
    • opacity
    • blur/brightness
    • contrast/saturation
    • grayscale/inversion
    • 3D rotation
    • hue-rotation
  • Number of currently connected clients indicated by icons.
  • Reset image or page to remove image transformations.
  • Share background color changes.
  • Optional: On a touchscreen, use pinch gesture to change an image size and angle.

Development Installation

  1. Install the npm dependencies:
$ npm install
  1. Edit the config files (/config).

  2. Build and run the app:

$ npm run dev-build

Notes

The app is currently in beta mode.

  • Instagram integration is currently in sandbox mode due to API restrictions. Contact me for a working Instagram demo account!

About

A multi-user responsive real-time web app for sharing, arranging, and transforming images collaboratively on your laptop or phone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published