How to implement quotes on website like https://www.freecodecamp.org/learn did?


I saw a cool feature on freeCodeCamp, each time I reload that page a new quote appears. How can I do that?

heh he he

you’re actually gonna learn that and that will be your assignment on FCC

1 Like

Hi there and welcome to our community!

There is a FCC project which implements a random quote generator, using React.

A handy dataset can be found here:
https://gist.githubusercontent.com/camperbot/5a022b72e96c4c9585c32bf6a75f62d9/raw/e3c6895ce42069f0ee7e991229064f167fe8ccdc/quotes.json

1 Like

thanks, it’s gonna be intresting

1 Like

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