Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyancodeid/insta-share
Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS
https://github.com/nyancodeid/insta-share
hacktoberfest ipfs pinia pwa pwa-apps vitejs vue3
Last synced: 14 days ago
JSON representation
Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS
- Host: GitHub
- URL: https://github.com/nyancodeid/insta-share
- Owner: nyancodeid
- License: mit
- Created: 2021-07-18T17:36:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T11:36:31.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T21:41:08.340Z (3 months ago)
- Topics: hacktoberfest, ipfs, pinia, pwa, pwa-apps, vitejs, vue3
- Language: Vue
- Homepage: https://share.nyan.my.id
- Size: 478 KB
- Stars: 56
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - InstaShare - `Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS` *by [Ryan Aunur Rassyid](https://github.com/nyancodeid)* (I)
- made-in-indonesia - InstaShare - `Instant File Sharing powered by IPFS Networks. Build with Vue 3 and ViteJS` *by [Ryan Aunur Rassyid](https://github.com/nyancodeid)* (I)
README
InstaShare
Instant File Sharing Apps powered by IPFS Networks. Build with Vue 3 and ViteJS.
[![Repository](https://img.shields.io/badge/github-insta--share-green?logo=github&style=flat)](https://github.com/nyancodeid/insta-share)
![License MIT](https://img.shields.io/github/license/nyancodeid/insta-share)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
![Version](https://img.shields.io/badge/version-v1.4.0-brightgreen)
[![Issues](https://img.shields.io/github/issues/nyancodeid/insta-share)](https://github.com/nyancodeid/insta-share/issues)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnyancodeid%2Finsta-share.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnyancodeid%2Finsta-share?ref=badge_shield)## Description
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).## Tech
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](https://v3.vuejs.org/) | ![Version](https://img.shields.io/badge/version-v3.2.4-blue) | Web Framework |
| [vite](https://vitejs.dev/) | ![Version](https://img.shields.io/badge/version-v2.5.0-blue) | Next Generation Frontend Tooling |
| [pinia](https://pinia.esm.dev/) | ![Version](https://img.shields.io/badge/version-v2.0.0.rc.6-blue) | Intuitive, type safe and flexible Store for Vue |
| [vue-router](https://router.vuejs.org/) | ![Version](https://img.shields.io/badge/version-v4.0.8-blue) | The official router for Vue. |## Development
```bash
$ npm install
# run dev server
$ npm run dev
# build
$ npm run build
```## Screenshot
This image also hosted on IPFS Network using this web-app.
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnyancodeid%2Finsta-share.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnyancodeid%2Finsta-share?ref=badge_large)