- If you want to try this web application, you can login as a demo user. Click the login button to be redirected to the login page and then click the "Login as demo user" button.
- After you log in, you can now add any course to your wishlist and cart. Click the "heart" icon to add the course to your wishlist, and click the "cart" icon to open the cart drawer. All enrolled courses are shown in cart drawer.
- Click the "heart" icon to open your wishlist drawer, click the "cart" icon to open your cart drawer, and click the "login" to be redirected to the login page.
- You will be redirected to course details by clicking on the body of the card, the course title, or the "Enroll Now" button.
- On this page you can see all the details about the course and lectures. You can enroll in this course by clicking the "Enroll Now" button, after which you will be redirected to another page where you can watch all the lectures.
- The course will now be added to your cart after you enroll. and you can now watch all the lectures for the course. You can unenroll from the course by clicking the "Unenroll from this course" button located at the bottom of the iFrame.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.