This is a Next.js app called Learn Skill. It allows users to browse and enroll in online courses, as well as create and publish their own courses.
Features:
- Browse and enroll in online courses
- Create and publish your own courses
- Watch video lectures, read articles, and complete coding exercises
- Track your progress and earn certificates
- Clone the repository:
git clone https://github.com/your-username/udemy-clone-nextjs.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.