elearning/Frontend-Learner/composables
2026-01-22 10:46:44 +07:00
..
useAuth.ts feat: Introduce useAuth composable for user authentication, registration, profile, and password management. 2026-01-22 10:33:11 +07:00
useCategory.ts feat: Add course discovery page with search, category filters, and detailed course view, along with a new useCategory composable. 2026-01-20 14:48:06 +07:00
useCourse.ts feat: Implement dashboard with recommended courses and dedicated course detail pages using a new useCourse composable. 2026-01-22 10:46:44 +07:00
useFormValidation.ts Add: Auth protection & error notifications 2026-01-14 16:47:35 +07:00