-A single page api fetch with responsive website design
-api: https://thedogapi.com/
-Using fetch() with async-await
-Using CSS
-first: we look for the Dogs api
-second: With fetch we query the data,
-third: We process data using async-await
-fourth: we use Css to styles
-RM