Product landing page
Is it ok to make project similar to what is given in the example?
I have linked my project down below:
Product landing page
Is it ok to make project similar to what is given in the example?
I have linked my project down below:
Your landing page looks great! I wouldn’t worry that it looks the same as the example. I think that these examples are here so test our abilities to code not to design
I’d say that as long as you’re not copying the source code but you’re writing it yourself it is absolutely fine
My landing page also looks like the example
Thank you for the appreciation! I have written the code on my own but I am struggling to make it responsive, it only looks good on desktop but not on mobile phones . I checked your project too it looks great you’re a potterhead too
.
How did you know hahaha?
Responsive design is not the easiest thing when you’re starting out but the same rule apply as with everything. You have to practice
Now, that you’ve coded your version of the landing page take a look at my code, or even better at the example code, compare it with yours and try to implement some of the responsiveness
Welcome to the forums @akshaykoti16. Your page looks good. While it’s okay to make your project similar to the sample project you are encouraged to do your own and give it your own style. If you can’t come up with an idea, it’s okay to use the sample. Just be sure you’re starting with a blank page and not copying code. And it looks like you did start with a blank page. Good job.
Some things to revisit on your project;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
<br>
to force line breaks or spacing. That’s what CSS is for.Thank you for the feedback! I am making all my projects again because in earlier projects I wasn’t able to pass all the user story tests .
So this is my new tribute page https://pitstop260.github.io/freecodecamp1/
Please give feedback on this too. For the first time I have passed all the user tests and made it responsive .
Your tribute page looks good @akshaykoti16. Some things to revisit;
<br>
to force line breaks or spacing. That’s what CSS is for.