A google drive like storage system where everyone gets free storage
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!
Working on appwrite backend. Created a user actions file to handle the account creation & sign in / login logic. Still WIP but slowly and steadily working towards the end goal. Goal for this week: finish up sign in logic
Thought I lost almost an hour (almost had a heart attack). Soooo, I finished the sign in sign up page using UseState, Setup database in appwrite . Created a bucket for users and file collection and also made a many to one relation between files and users so users can store multiple files. Also made a one to many relation b/w user and USERS so that people can also share their files.Setup API keys and environment variables too :)
Updated next js to 15.4. Setup the form (half only so far) for sign in and sign up with couple of use States . Authform.tsx is looking good for sign in and sign up. Need to add additional fields tomorrow
changed form schema to async yet I am still getting type error when adding shadcn form in authform.tsx. I wanna show the same form both in sign-in and sign-up pages I set up in (auth) folder
Trying to center a div? Amateurs, a div can't be centered. But 2 divs can be. Basically I set up my project , created sign in and sign up routes in the (auth) folder and also set up styles in tailwind file to use at any point of time in my project. Learning while creating :)