Regarding tribute page project in responsive web design

How can I upload my project for testing if I do it on my laptop?

Hi @shyamsharma !

Welcome to the forum!

Are you asking about how to submit your finished project to freecodecamp?

I am asking how would I test my written code if I do it in my computer instead of doing it in codepen?

Thank you

Edit:

You just add the test script to the HTML. Add it to the bottom of the HTML before the closing </body> tag.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

I will just keep this part anyway.

You can use CodePen, or CodeSandbox. You just have to copy the code over. Or you can host the project on something like Surge, Netlify, GitHub Pages and so on.

Thank you for your response! It was beneficial.
Can you please help me with user story 9 of the “tribute page” project?

What do you need help with? What have you tried?

A link to your code would be beneficial otherwise all anyone can do is guess.

On a side note, if a test is failing 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.

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