Feedback required on my 'RWD' projects

Alhamdulillah.
I’ve completed my 'Responsive Web Design ’ certification .
I would like anyone to give feedback on whichever project he/she likes.
In the best case, you can comment on all of the projects :grin:
Here are some of my projects:

-Personal Portfolio
https://practical-lamport-70739e.netlify.app/

-Product Landing Page
https://modest-shirley-1a9fae.netlify.app/

-Technical Documentation
https://adoring-albattani-d03ea9.netlify.app/

For your portfolio, the first thing I noticed is that as I narrow my browser, at some point I get a horizontal scroll bar and the text for the two project links at the bottom start to break out of the circles.

Thanks for that quick response.
I’ll try to fix it.

Welcome to the forums @iamak. Some things to revisit;

tech doc

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 11/16 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens
  • 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.
    • maybe research what a code snippet is

prod landing

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 12/16 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens

portfolio

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 11/12 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • There’s only two projects and only one of them is an actual link
    • you didn’t ask for feedback on the project but take the feedback from all three of these and apply them to it

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