-
Notifications
You must be signed in to change notification settings - Fork 399
Codelabz Page (Tutorial Page)
Abhishek Pandey edited this page Aug 27, 2023
·
3 revisions
in project - src/components/TutorialPage/index.jsx
visit at - http://localhost:5173/tutorial/<tutorial_Id>
- Steps Bar -
src/components/TutorialPage/StepBar.jsx - Tutorial/User Details -
src/components/TutorialPage/components/PostDetails.jsx - Main Tutorial Steps -
src/components/TutorialPage/components/Tutorial.jsx - Comments Section -
src/components/TutorialPage/Comments/CommentBox.jsx


- Get Tutorial Basic Data
- getTutorialData - Returns basic tutorial data
- Get Tutorial Steps
- getTutorialSteps - Returns all the steps in the Tutorial
- Get Comments for a tutorial
- getCommentData - Returns comment for the provided Comment id
- getCommentData - Returns all comment id for the replies of a comment
- addComment - Adds comment to a tutorial