Project feedback requested

Hello

I would appreciate some feedback for the below 2 projects for product landing page and technical documentation.

Regards
Anik

1 Like

For your projects, rather than trying to replicate the sample projects with are examples of one way the project can be done you should try and come up with your own.
The instructions say yours should be “functionally similar” and “give it your own personal style”.

prod landing

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for. (also gave this advice for your survey form)
  • Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
    • You learned to do this when coding the survey form

tech doc

  • There wasn’t much effort put into this so there’s not a lot of feedback to give.
    A lot of the sections are just cut/paste of the same section with a different header.

In programming circles, you’ll hear a lot of conversations regarding (technical) documentation in reference to explaining an API, a library, project contribution, etc. Reading and writing good documentation is an important skill and doing this project about a code related subject gives you a good reason to go do some research about the tools you are learning to use.

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