Zoo-Animals is the a API-based webapp capstone project at the of the second module about the javascript language. In this project, we are receiving data from the Zoo-API . There is also an involvement API we use on the project to display likes. The animals are showing up randomly on the page every time the page is refresh.
Find an API to base the development of the webapp around it. The API should allow you to
Get a list of items with a unique item id (or generate the unique id).
For a given item, get detailed information about it.
choose an APIs that doesn't need authentication. if you select an API that requires authentication, you should implement it on your own. Also, if you select an API that provides image resources your webapp will be more visual.
Find an API to base the development of the webapp around it. The API should allow you to