I build a random quote machine as described by FreeCodeCamp. I used visual studio code (https://code.visualstudio.com/) with the Live Server extension. React, Bootstrap, and fontAwesome were my tools of choice for building this project. I used the CDN versions of everything, and I will post the links to the CDNs below.
React and ReactDOM: https://reactjs.org/docs/cdn-links.html
Babel: https://babeljs.io/en/setup#installation
For Bootstrap use this CDN link:
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css
FontAwesome: https://www.bootstrapcdn.com/fontawesome/
Thanks for watching!