Building a random quote machine with React and JSON

This is Part 7 of the Making a random quote machine in a few different flavors series.

You can read more about this project’s background on the project’s page. Or start from the beginning with part 1 of this series.

If you’re curious about the next flavors, you should subscribe to Morse Wall. I think you’ll like it a lot!

In flavor #6, the app’s UI is built using a User Interface Library (React) and I have the data (quotes) inside an array. In this flavor, I’m still using React but the app calls an asynchronous endpoint to request the data.