File Downloader is a user-friendly web application designed to make downloading files from the internet quick and easy. Whether you need to download an image, a video, or a PDF, simply paste the URL into the input field and click the "Download File" button. The application handles the rest, fetching the file and triggering the download process. Built with HTML, CSS, and JavaScript.
- Easy to use interface
- Supports downloading images, videos, and PDFs
- Responsive design
- Provides download progress feedback
Watch the demo video to see File-Downloader in action:
file-downloader.mp4
- HTML
- CSS
- JavaScript
Follow these instructions to set up the project locally.
- A modern web browser
-
Clone the repository:
git clone https://github.com/KDvs123/file-downloader.git
-
Navigate to the project directory:
cd file-downloader
-
Open
index.html
in your web browser.
- Paste the URL of the file you want to download.
- Click the "Download File" button.
- The file will be downloaded to your device.
Contributions are welcome! Please follow these steps:
-
Fork the project.
-
Create your feature branch:
git checkout -b feature/AmazingFeature
-
Commit your changes:
git commit -m 'Add some AmazingFeature'
-
Push to the branch:
git push origin feature/AmazingFeature
-
Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or suggestions, feel free to reach out:
📧 Email: vihangasupasan2001@gmail.com 🐙 GitHub: KDvs123