A conceptual UI for a File Upload service designed in Figma and developed using React, Tailwind CSS, TypeScript
Live Preview Link - https://filedrop.netlify.app/
A dummy UI for a file-upload service created for fun and practice. To test -
- Visit the above link. Initially there will be no files
- Click Upload Files button, select some files and click Start Upload.
- There will be some cool progress bar, and once upload is complete, your files will appear in the UI.
NOTE: The files are not uploaded to any server. It's just a UI project for showcasing frontend skills.
Copy and paste the following commands -
git clone https://github.com/JatinBumbra/file-drop.git
npm install
npm run dev