Code a Dropbox Clone with NextJS – Tutorial

Code a Dropbox Clone with NextJS – Tutorial04:49:45

Code a Dropbox Clone with NextJS – Tutorial 影片的下載資訊和詳情

作者:

freeCodeCamp.org

發布日期:

2025/5/7

觀看次數:

566

簡介:

Welcome to this hands‑on course where you’ll learn to build Droply, a Dropbox‑inspired file storage service, using the latest tools and best practices in the NextJS ecosystem. Designed for beginners, this tutorial covers everything from secure authentication with Clerk and robust data management with Neon and Drizzle, to advanced features like OTP signup, ZOD validation, and seamless file uploads with Imagekit. ⌨️ (0:00:00) Droply ⌨️ (0:11:25) Planning the project with drizzle and neon ⌨️ (1:11:27) Learn zod validation schema ⌨️ (1:27:48) Signup, clerk, OTP, zod and react hook form guide in NextJS ⌨️ (2:10:53) Complete signin process with clerk ⌨️ (2:25:45) Clerk middleware guide ⌨️ (2:40:05) Upload any file with Imagekit in NextJS ⌨️ (3:02:43) How dropbox handles folders in database ⌨️ (3:25:19) Fetching files from folders and sub folders ⌨️ (3:37:47) Custom API endpoint to upload on Imagekit ⌨️ (4:11:36) Mark file as star or deleted in database ⌨️ (4:25:49) Imagekit and HeroUI providers ⌨️ (4:44:06) Assignments for this course