margaret martin
This project allows users to generate a custom color palette by selecting a seed color and choosing a scheme mode. The app fetches dynamic color themes from a public API and displays them instantly. For fun—and to give users a starting point—I included a rainbow palette as a placeholder. This was one of my first deeper experiences with APIs and handling asynchronous data.
I practiced using fetch()
to retrieve and render API data based on user input. This project helped me understand the basics of how REST APIs work—like how GET requests and URL parameters can pass information. Most importantly, it gave me confidence working with external data sources and updating the DOM dynamically.