Skip to content

Adopted pets list #4

Description

@sl1ked

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions