A series of small projects, working with API elements
//Bored Api -suggests random things to do when bored, the project simply generates a random activity and if the api contains a link to the activity a second button will open a new page with the api provided link.
//Blog api -accessing and styling text from a blog api, creating new blog post and posting them to the DOM.
//Color Generator Api -providing the api with a hex value and a color scheme, the api returns 5 different colors that complement the color selected and the theme. The colors hex code at the bottom can be clicked to copy to clipboard.