Skip to content

A vue.js based application having some features similar to Instagram ;)

Notifications You must be signed in to change notification settings

divyanshu-rawat/vue-Instagram

Repository files navigation

Vue-Instagram (WIP!!)

Alt Text

Alt Text

forthebadge forthebadge

An application having some features similar to that of Instagram built on top of Vue.js

Access Live Application - https://vue-instagram.herokuapp.com/

Instructions To Run:

Traditional way:

npm install

cd src

vue serve

Docker way:

$ docker build -t vue-instagram:local .
$ docker run -d -p 8888:80 --name vue-instagram vue-instagram:local

forthebadge

Then the app is exposed on your host using port 8888.

To tear down the app:

$ docker stop vue-instagram
$ docker rm vue-instagram

forthebadge

Application Features:

  • Uploading files with the FileReader API
  • Editing images with Instagram-like filters using the CSSGram library
  • Enable drag-scrolling through elements with the vue-dragscroll library

forthebadge