CONSUMING PHOTOS FROM JSON PLACEHOLDER API
- The internal style was used in structuring of the ui layout.
- For javaScript part. The fetch promise function was used to fetch 500 copies of photos from jsonplaceholder rest api.
- To reduce the number of pictures coming from the api to manageable size, javaScript slice() function was used to slice it to 20 copies.
- API https://jsonplaceholder.typicode.com/photos THANKS.