Front End Development Libraries Projects - Build a Random Quote Machine

Ive spent a week working on this and I dont know where Im going wrong. I’ve started over from scratch several times and I always get stuck at the same spot.

Im all but finished but nothing happens when I click on New Quote.

Besides that issue, I also dont know how to check my code to see what else needs to be addressed, if anything.

Here’s the codepen link:

Thanks in advance!

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

Challenge: Front End Development Libraries Projects - Build a Random Quote Machine

Link to the challenge:

Thank you for your help. Changing the quotation marks resolved the issue.
I did notice an error message in the browser console as well but, do not know what it means.
I submitted my project and I have now moved onto the next project. Do you know if this means my project was sufficient and passed all requirements? I feel like this project wasn’t reviewed by an algorithm and will instead need human review and approval.

You are responsible for making sure it is passing all the requirements before you submit it. Not sure why, but you seem to not have satisfied any of the requirements (User Story).

  1. Add the test script to the page. Keep it there on the page you submit.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
  1. Read the requirements and fulfill them. Run the tests and make sure it is passing all of them.

  2. Resubmit the project.

1 Like

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