React Technical Documentation Project Feedback

Hi, greate people.
Thank you all for your support and feedback so far. Your feedback gives me the courage to keep pushing. I’m really falling in love with software development because you guys makes me feel like pro :grinning_face_with_smiling_eyes:
Kindly review my project and your feedback.
I’m always grateful. :+1:

It looks pretty cook. I like the colors.

The code looks pretty clean to me.

Watch out for things like this:

<p>Let’s say there is a <div> somewhere in your HTML file:</p>

That <div> is not going to render properly because HTML assumes that you want it as an HTML tag there:
Screen Shot 2021-09-17 at 7.19.13 AM

You can use the &lt; trick you did in other places.


And I assume you wanted a lowercase “s” here:

SetInterval(tick, 1000);

At least with a cursory look, I can’t find anything else wrong. Good job. Have fun on the portfolio project.

A few issues that probably need fixing.

  • When I narrow my browser I get the dreaded horizontal scroll bar.
  • When my browser is very narrow the code examples overflow their container.

Thank you very much @kevinSmith and @bbsmooth for your oberservations. I will correct it straight away. I appreciate

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.