
SkillSphere is an online learning platform where users can browse courses, view detailed course pages, and enroll. It features authentication (login/register with email & Google), a protected course details route, a user profile with update functionality, and a responsive layout.
Integrating BetterAuth with Next.js App Router for authentication was tricky. Managing protected routes and redirects after login took careful planning. Implementing the search functionality with dynamic filtering on the All Courses page also required state management.
Add payment integration, course progress tracking, quiz modules, and a discussion forum for students.