Random Color Component
Create a component that uses axios to GET a random color from the random color API and sets that component's background color to that random color.
https://www.colr.org/json/color/random?timestamp=${new Date().getTime()}
Create a component that uses axios to GET a random color from the random color API and sets that component's background color to that random color.
https://www.colr.org/json/color/random?timestamp=${new Date().getTime()}