How do I create documentation for my React portfolio template?

Hello guys, I’m confused about creating documentation for my React Portfolio website template. It is a portfolio template made by Tailwind CSS. Anyone here to explain to me how to create documentation for my React portfolio template (not HTML)?

Documentation for your React portfolio template can be created using a variety of methods, but one common approach is to use a tool like JSDoc to generate documentation from comments in your code.JSDoc is a popular JavaScript documentation generator, you can add JSDoc-style comments to your React components, and then use a tool like jsdoc-to-markdown to convert the comments to Markdown format. You can then use this Markdown documentation in a README file or on a documentation website.

1 Like

Thanks a lot for your reply. Can you please suggest me any video tutorials about this topic please?

I think you can find numerous videos on youtube.