An application having some features similar to that of Instagram built on top of Vue.js
Access Live Application - https://vue-instagram.herokuapp.com/
npm install
cd src
vue serve
$ docker build -t vue-instagram:local .
$ docker run -d -p 8888:80 --name vue-instagram vue-instagram:local
Then the app is exposed on your host using port 8888
.
To tear down the app:
$ docker stop vue-instagram
$ docker rm vue-instagram
- 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