ColorScheme Generator

HTML/CSS and JS

I compeleted this project during spring of 2022 while learning about web development. The point of doing the project was to practice functionality and manipulating information pulled from outside data sources using Javascript.

I pulled information from TheColorAPI and used the hex codes to determine the types of colors that needed to be fetched. After getting the colors from the API, I used arrays to display them on the page.