DEV Community

Cover image for Suggestions to my file sharing Web App
Varshith V Hegde
Varshith V Hegde

Posted on • Edited on

3

Suggestions to my file sharing Web App

As if you have followed my blogs my famous blog was about creating a File Sharing website using simple javascript

Why this blog?

First of all , I thank all the Dev.to community who made that blog a great success. Also ,it was my first blog that made top 10 in the trending section. I am really thankful to all of you.

When I made that blog there were many suggestions from the community.
So I want to get direct suggestions from the community to make my website better.
This is a open source project and you can contribute to it.

What is the project about?

github link: [https://github.com/Varshithvhegde/shareit]

Any Share is a simple, lightweight, and fast file sharing service. It is written in Javascript and uses the Firebase platform.

Features

  • Upload files
  • Download files
  • Delete files
  • Share files
  • View files
  • Secure file sharing

Working

  • Any Share uses Firebase to store files. It uses Firebase Storage to store files and Firebase Realtime Database to store metadata of files.
  • When a file is uploaded, it is stored in Firebase Storage and a unique ID is generated for the file. This ID is used to access the file.
  • The metadata of the file is stored in Firebase Realtime Database. This metadata includes the url to the file and the unique ID of the file.
  • When a file is shared, the unique ID of the file is shared. This ID is used to access the file.
  • Receiver of the file can access the file using the unique ID of the…
  • Please suggest some of the features that may be added
  • Project is open source on GitHub create a pull request

All comments are Accepted

Fictional Ideas are also well accepted

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay