The Course component will render the individual course-specific details and user interactions, as pictured in the following screenshot:
The completed Course component will contain the following parts:
- A section showing course details, which is visible to all visitors to this page. We will implement this part in this section.
- A
Lessons
section, which contains a list of lessons and is visible to all visitors, and the option to add a new lesson, which will be visible only to the instructor of this course. We will implement the lessons part in the next section. - Edit, delete, and publish options, which are visible only to ...