Instant File Sharing Apps powered by IPFS Networks. Build with Vue 3 and ViteJS.
InstaShare (Instant Share) is a simple web-based application that simply upload your files into IPSF Network using Infura API. File uploads cannot be deleted, hacked, edited, never saved to any server (decentralized) + are only accessable by using a hash / cid (content identifier).
InstaShare build with Latest Web Technology that makes hopefully can access this app even in offline mode (cache-first). And the other cool thing is PWA (Progressive Web App) makes this app installable on Android devices, allow us to use this app to run native-like on an Android.
Tools | Version | Description |
---|---|---|
vue | Web Framework | |
vite | Next Generation Frontend Tooling | |
pinia | Intuitive, type safe and flexible Store for Vue | |
vue-router | The official router for Vue. |
$ npm install
# run dev server
$ npm run dev
# build
$ npm run build