Starred
{myList.length === 0 ? (Your list is empty
Add items by clicking the star icon on content you like
{myList.map((item) => (
)}
handleItemClick(item.id)}
>
{/* Remove from list button */}
))}