divyanshu-rawat / vue-Instagram

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Vue 45.3%Language:CSS 31.6%Language:JavaScript 15.9%Language:HTML 6.0%Language:Dockerfile 1.2%