Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lashdid/ngirim

File transfer website with 6-digit key sharing system made with SolidJs and Firebase
https://github.com/lashdid/ngirim

file-sharer firebase solidjs

Last synced: about 1 month ago
JSON representation

File transfer website with 6-digit key sharing system made with SolidJs and Firebase

Awesome Lists containing this project

README

        

# Ngirim
File transfer website with 6-digit key sharing system.

> :warning: Don't send anything private here! Because anyone can see your files in this website's database

Your file in database will automatically deleted after 1 day.

### What is that?
It's a website to transfer files with a system exactly like [SendAnywhere](https://send-anywhere.com/). I am using Firebase Cloud Storage to build this.

### How to use it?
**Sender**
- Click / drop to add file
- Click the "Send" button
- 6-digit code should appear

**Receiver**
- Input the 6-digit code to the input field
- Wait until transfer is finished
- Download the file

### Why did i made this?
I've been using [SendAnywhere](https://send-anywhere.com/) for a long time, but rarely. This website is just a clone of SendAnywhere but SendAnywhere has 5 seconds ad and its not supported on mobile ( you have to install the app or switch to desktop view ) and i'm too lazy for that.

Also to learn SolidJS and Firebase.