A personalized learning web app that recommends the best learning path based on your skill level. Built with React, Vite, TypeScript, TailwindCSS, and Supabase.
- Frontend: React 18 + Vite + TypeScript + TailwindCSS
- Backend: Supabase (PostgreSQL, Auth, Row-Level Security)
- Routing: React Router
- Icons: Lucide React
- 🔐 Secure user authentication
- 🧠 Skill-based assessments
- 🎯 Personalized course recommendations (Beginner → Advanced)
- 📈 Real-time progress tracking
- 🎨 Modern, responsive UI
git clone https://github.com/Aravinthan404/learning-path-recommendation.git
cd learning-path-recommendation
npm install
npm run dev