What I Made & How to Test It -
I built a Webinar Hosting Website demo to learn the fundamentals of Next.js.
*Live Demo: You can test the live project directly by clicking the "Try project" button below, or via: https://hackclubwebinardemo.vercel.app/
*Features: It includes a fully functional user authentication flow implemented using Clerk, with all user and session data stored securely in a Neon database. For this initial learning phase, I focused entirely on perfecting the Home Page and core authentication.
Challenges & Pride -
The main challenge was getting comfortable with the core architecture of Next.js, routing, and integrating third-party authentication with a cloud database. I'm proud of successfully wiring up Clerk and Neon to create a secure, working foundation!