A simple file uploader application built with React.
This application allows users to upload files by either dragging and dropping them into the designated area or by clicking the "Upload Files" button and selecting files from their device. It supports multiple file uploads and provides feedback on file selection errors such as duplicate file names or unsupported file types.
- Drag and drop file upload
- Clickable upload button
- Support for multiple file uploads
- Validation for unique file names and supported file types
- Responsive design
- React
- HTML/CSS
To get a local copy up and running follow these simple steps:
git clone https://github.com/walifile/multi-file-upload-kit
cd file-uploader
npm install
npm start
Open your browser and go to http://localhost:5173
to view the app.
🌟 Help sustain this project! 🌟
- Show your support by buying me a coffee!
- 📺 Watch on YouTube: Check out our tutorial video on YouTube!
- 🌐 YouTube Channel: Subscribe to our YouTube channel for more content!
You can try the live demo here.
Distributed under the MIT License. See LICENSE
for more information.