Please sign in to access this page
A google drive clone to learn about full stack developer with auth and analytics. Made using react and nextjs, deployed on netlify, clerk for auth, posthog for analytics, singlestore, and uploadthing.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Ship 1
1 payout of
Improved onboarding experience and hopefully decreased percieved unresponsiveness with loading states.
I added analytics with posthog, added the ability to delete files, added a proper onboarding page which allows users sign up if they haven't already, go to their drive if they already have one, and if they don't they can create a drive. I will be working on UI, adding and deleting folders, more access control, and improving overall user experience.
Worked on properly connecting the singlestore database and uploadthing. Also added clerk authentication. Learned about ORMs and first time properly using a database in a web app. Switched to using database rather than mock data. Added next js url routing for folders. Added file uploading using uploadthing.
Nice!