This application allows users to upload files and share them via email. Users can upload any type of file and generate a link to share with others.
- Visit the website and click on the "Upload" button.
- Select the file(s) you wish to upload.
- Wait for the file to upload and generate the sharing link.
- Click on the "Copy Link" button to copy the link to your clipboard.
- Or write your email && reciever email.
- Send the email to the intended recipients.
This application was built using the following technologies:
- HTML
- CSS
- JavaScript
- Node.js
- Express.js
- Multer.js
- Nodemailer.js
To install and run this application on your local machine, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the necessary dependencies. - Start the application by running
npm start
. - Visit
http://localhost:3000
in your web browser to use the application.
This project is licensed under the MIT License. See the LICENSE file for more information.