Vi flyttar från butik till nätet - så funkar det framåt
The List | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Carys Jones
- Betyg:
135
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Five names on a list. The first two are dead.
The third is yours.
A rip-roaring, addictive, intense and emotional thriller for fans of Lucy Foley, Ruth Ware, Phoebe Morgan, CL Taylor and Lisa Jewell...
* * * * * * *
Beth Belmont runs every day, hard and fast on the trail near home. She knows every turn, every bump in the road. So when she spots something out of place - a slip of white paper at the base of a tree - she's drawn to it.
On the paper are five names. The third is her own.
Beth can't shake off the unease the list brings. Why is she on it? And what ties her to the other four strangers?
Then she discovers that the first two are dead.
Is she next?
Delving into the past of the two dead strangers, the truth Beth finds will lead her headlong into her darkest, deadliest and most dangerous nightmares...
PRAISE FOR THE LIST:
'Compelling, unsettling and utterly addictive, The List got deep under my skin as I read it in a single sitting' M W CRAVEN, author of The Puppet Show
'A sharp psychological thriller. A captivating premise and an engrossing read with twists and turns that will keep you hooked to the very last page' ADAM HAMDY, author of Black 13
'A terrifying story of guilt and remorse. A chilling reminder that the past doesn't always stay there no matter what stories we tell ourselves or others! The truth sits in the shadows and will always come to light' ALEX HART, author of Take Me Home
The third is yours.
A rip-roaring, addictive, intense and emotional thriller for fans of Lucy Foley, Ruth Ware, Phoebe Morgan, CL Taylor and Lisa Jewell...
* * * * * * *
Beth Belmont runs every day, hard and fast on the trail near home. She knows every turn, every bump in the road. So when she spots something out of place - a slip of white paper at the base of a tree - she's drawn to it.
On the paper are five names. The third is her own.
Beth can't shake off the unease the list brings. Why is she on it? And what ties her to the other four strangers?
Then she discovers that the first two are dead.
Is she next?
Delving into the past of the two dead strangers, the truth Beth finds will lead her headlong into her darkest, deadliest and most dangerous nightmares...
PRAISE FOR THE LIST:
'Compelling, unsettling and utterly addictive, The List got deep under my skin as I read it in a single sitting' M W CRAVEN, author of The Puppet Show
'A sharp psychological thriller. A captivating premise and an engrossing read with twists and turns that will keep you hooked to the very last page' ADAM HAMDY, author of Black 13
'A terrifying story of guilt and remorse. A chilling reminder that the past doesn't always stay there no matter what stories we tell ourselves or others! The truth sits in the shadows and will always come to light' ALEX HART, author of Take Me Home
Om denna bok
The List av Carys Jones är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2020 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The List begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781409195986
Upplaga:
0
Utgiven:
2020-10-15
Förlag:
Orion Publishing Co
Sidantal:
336
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>