A modern file sharing web application built with Django and styled with Tailwind CSS.
Users can upload files, generate shareable download links, and manage their uploaded files in a personal dashboard.
- User Authentication (Djangoβs built-in auth system)
- Upload Files with size/type restrictions
- Generate Shareable Links (with UUID for security)
- Image Previews for JPG/PNG files
- Copy-to-Clipboard download link
- Success Notifications after upload
- My Files Dashboard to view previously uploaded files
- Clean, responsive UI with Tailwind CSS
- Backend: Django (Python)
- Frontend: Tailwind CSS (CDN)
- Database: SQLite (default, can be swapped for PostgreSQL/MySQL)
- Storage: Local media folder (can integrate AWS S3)
- Clone the repository
git clone https:/

