Build a Random Quote Machine - Help

Tell us what’s happening:
I have completed the project on Visual Code but that same is not running on Code Pen.
How do I implement that project in Visual Code ? Which external files do I have to add there?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:

I think you are talking about codepen’s settings, you have to select the jquery for javascript and bootstrap for css.

It’s still not working, I want to make that project in React js , so what libraries do i need to add their ? Do you have any idea about that?

then maybe you should add react?

I have already added that.

Why don’t you host your project on github pages? Codepen frequently messes up my projects too. Just push your local repo, set for pages afterwards and don’t forget to include that javascript that checks your code before pushing repo.

Hi ,
I am trying this chalenge in React using VS Code https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine

The unit test link https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
does not work .
Any hints?

Place it in html section of codepen, like this hhh

Am I able to work on the Frontend Libraries projects on my own machine or do I have to do it on codepen ?