Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varun21vaidya/ShareNow
A clean and quick way to share your files in your contacts. Just upload the file and send the download link to your contacts.
https://github.com/varun21vaidya/ShareNow
file-sharing mean-stack
Last synced: 3 months ago
JSON representation
A clean and quick way to share your files in your contacts. Just upload the file and send the download link to your contacts.
- Host: GitHub
- URL: https://github.com/varun21vaidya/ShareNow
- Owner: varun21vaidya
- Created: 2022-12-11T23:24:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:17:25.000Z (4 months ago)
- Last Synced: 2024-10-19T18:30:37.962Z (4 months ago)
- Topics: file-sharing, mean-stack
- Language: TypeScript
- Homepage: https://share-now-file-sharing-app.vercel.app/
- Size: 11.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShareNow - Quickly Share Any File
- [Demo](#demo)
- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)---
- Live Site:
https://share-now-file-sharing-app.vercel.app/- Backend Code:
https://github.com/varun21vaidya/ShareNow-Backend- Note: Deployed App may take couple of minutes to rebuild.
## Demo:
https://user-images.githubusercontent.com/65745841/211022568-428f7b80-e4ea-4840-acb1-312da8f13a7c.mp4
## Overview:
Hey, remember that day when you wanted to share that video or different format file but WhatsApp would reduce its quality or wouldn't support that format. Well we all have faced similar situations when we wanted to share file with our friend or family folder to cousins. But here is an application where we can directly send Any Type of File to Any user and he can download it with just a link, no signup or login required.
![Screenshot (445)](https://user-images.githubusercontent.com/65745841/211022614-40b65cb4-8b03-4f24-8424-c705df18f6af.png)
![Screenshot (446)](https://user-images.githubusercontent.com/65745841/211022629-ab4897b3-8bdc-46d6-bae0-c746398d7299.png)
![Screenshot (447)](https://user-images.githubusercontent.com/65745841/211022641-6ad9e65e-0a7b-4956-830a-78dc395d0f5d.png)## Features:
- User story: I can drag and drop an image to upload it
- User story: I can choose to select an image from my folder
- User story: When the image is uploaded, It shows that and Provides a Link to Download
- User story: I can choose to copy the Link to the clipboard
- User story: Download Page with Encoded File Name but Accurate File size to confirm our File
- User Story: Download button directly downloads the requierd File## How To Use:
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:Frontend Repo: https://github.com/varun21vaidya/ShareNow
Backend Repo: https://github.com/varun21vaidya/ShareNow-Backend```bash
# Clone this repository
$ git clone https://github.com/user-name/project-name# Install dependencies
$ npm install# Run the app
$ npm start
```## Contact
- [GitHub](https://github.com/varun21vaidya)
- [Twitter](https://twitter.com/Varun21vaidya)
- [LinkedIn](https://www.linkedin.com/in/varunvvaidya)