View the project here.
This is my solution for the Random Quote Machine project under freeCodeCamp's Front End Development Libraries course.
This solution uses HTML5, CSS3, and Bootstrap5 for basic structure and styling. It also uses React to fetch random quotes (and their corresponding authors) from the Type.fit API, as well as render the results onto the webpage.
As this project was done for learning purposes, it referenced the styling done in the example provided. Also referenced Landon Schlangen's solution.