This Project is about a website which helps users to adopt their favourite pets, like a pet, and get information like breed, birth date, price, details etc.
Live site link: peddypets-adopt.netlify.app
- Fetch pets category and show in UI
- Fetch pets data and display in card layout design
- Fetch pets data when clickin on a pet category
- Sort pets data by price in descending order
- Show liked pets thumbnail when clicked like button
- Show pet details when clicked on details button
- All section are responsive for all devices
Fetch APIto get data from an endpointTemplate stringto dynamicaly show dataArrow functionsto write concise code- Uses of
let, constinstead of var Async awaitto handle api responses- Methods like
foreach, sortare used
