The project is basically a mini zoo web app. This app shows all related data of animals present in the zoo.
GET /animals/rand
GET /animals/rand/{num}
Client: React, JavaScript and CSS.
- The first page is the landing page of the project where basic information about the animals present in the zoo.
- On clicking on any of the animals card on the home page we route to the animal details page where we can see all details of the selected animal.
- On clicking on any of the animal you can see type, breeds, dite, length, height etc.