AbdullahButt2611 / File_Downloader

This is a simple file downloader app made with vanilla javascript

Home Page:https://file-downloader-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Downloader

Description

File Downloader is a web-based tool that allows users to easily download files by providing a link. This project is built using HTML, CSS, and JavaScript to create a simple and user-friendly file download experience.

Features

  • Easy to Use: Users only need to provide a valid link to the file they want to download.
  • Fast Download: The script is designed to download files quickly, making it suitable for various use cases.
  • Source Directory: Downloaded files are stored in the source directory of your PC's download folder.
  • Supported Protocols: The script supports common protocols like HTTP and HTTPS, making it versatile for downloading files from various sources.

Usage

  • Clone the repository:
git clone https://github.com/your-username/File-Downloader.git
  • Open the index.html file in your web browser.
  • Enter the link to the file you want to download and click the Download button.
  • The file will be downloaded to your browser's default download location.

Structure

  • index.html: The main HTML file containing the structure of the web page.
  • style.css: CSS file for styling the web page.
  • script.js: JavaScript file for handling the file download functionality.

Contribution

Feel free to contribute to the project by submitting issues or pull requests. Your feedback and suggestions are highly appreciated.

About

This is a simple file downloader app made with vanilla javascript

https://file-downloader-two.vercel.app


Languages

Language:JavaScript 42.4%Language:CSS 35.1%Language:HTML 22.6%