## Requirements ### Adopted Pets List 1. **Location**: - Display the list of adopted pets on the **Home Page**. - Create a separate section for adopted pets to differentiate them from the available pets list. 2. **Data Handling**: - When a pet is marked as adopted, it should be removed from the "Available Pets" list and added to the "Adopted Pets" list. - Ensure the adopted pets list is reactive and updates immediately when a pet is adopted. ### Persistence 1. **Local Storage**: - Store the adopted pets in `localStorage` so the list persists across page refreshes. - On page load, retrieve the adopted pets from `localStorage` and display them on the homepage. 2. **Reactiveness**: - Ensure that when a pet is adopted, the change is immediately reflected on the homepage, and the adopted pets list is updated in real-time.
Requirements
Adopted Pets List
Location:
Data Handling:
Persistence
Local Storage:
localStorageso the list persists across page refreshes.localStorageand display them on the homepage.Reactiveness: