Responsive Web Design Projects - Build a Tribute Page question

Is necessary to create a CodePen account ?

Hey @AnneJuly,
It is not necessary that you create codepen account, you can also use jsfiddle or any environment of your choice.
It is just compulsory that the environment where you write your project should let you share your project’s URL.
You have to submit the URL of your project for certificate.
I would recommend having a codepen account though.
Hope it helps.

1 Like

Thank you, I’ll do it.

With a Codepen account I can’t run the test

In my opinion it sure helps you a lot. This could be considered as your project platform which you can mention that you are active there if you happen to land on an interview later.

(EDITED) and also you can see how others are doing, plus you can learn reading from others project/ code.

Yes, but with my account I can’t run the test!

You can run the test on codepen.
Just put this at the bottom of your html part on codepen.

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

And then run the test through the menu on top-left corner.
Does that help?

Yes, sorry, now it’s ok! thank you again.