Vi flyttar från butik till nätet - så funkar det framåt
My Life with the Walter Boys | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Ali Novak
- Betyg:
99
kr
Skickas inom 0-2 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
Now a Netflix Series!
An Irish Times Bestseller
When a tragic accident leads Jackie to move into a house filled with twelve boys, she gets far more than she ever expected. This sweet YA romance is perfect for fans of Kasie West and Jenny Han—and is one of the most beloved Wattpad books ever!
Moving in with twelve boys was not part of the plan.
Jackie's goal is perfection—perfect grades, the perfect look, getting into the perfect school. If she can achieve that, then maybe her too-busy mom and dad will take notice. But when her parents die in a tragic accident, Jackie is shipped off across the country to live with the Walters, her new guardians…who just happen to have twelve sons (well, eleven, but their daughter, Parker, is basically one of the boys).
The Walter boys are loud, dirty, annoying—and, okay, some of the older boys might be Greek god level hot, but they don't think a city girl belongs on their horse ranch. How is Jackie supposed to fit into their chaotic world when she needs to keep her parents' memory alive by living up to the promise of perfect?
But as Jackie spends more time the Walter boys, she begins to wonder if the perfection she's always strived for isn't the only way to find love after all.
Funny and moving, My Life with the Walter Boys is perfect for readers looking for:
Wattpad love stories
contemporary romance for teens
binge-worthy YA novels
relatable characters
An Irish Times Bestseller
When a tragic accident leads Jackie to move into a house filled with twelve boys, she gets far more than she ever expected. This sweet YA romance is perfect for fans of Kasie West and Jenny Han—and is one of the most beloved Wattpad books ever!
Moving in with twelve boys was not part of the plan.
Jackie's goal is perfection—perfect grades, the perfect look, getting into the perfect school. If she can achieve that, then maybe her too-busy mom and dad will take notice. But when her parents die in a tragic accident, Jackie is shipped off across the country to live with the Walters, her new guardians…who just happen to have twelve sons (well, eleven, but their daughter, Parker, is basically one of the boys).
The Walter boys are loud, dirty, annoying—and, okay, some of the older boys might be Greek god level hot, but they don't think a city girl belongs on their horse ranch. How is Jackie supposed to fit into their chaotic world when she needs to keep her parents' memory alive by living up to the promise of perfect?
But as Jackie spends more time the Walter boys, she begins to wonder if the perfection she's always strived for isn't the only way to find love after all.
Funny and moving, My Life with the Walter Boys is perfect for readers looking for:
Wattpad love stories
contemporary romance for teens
binge-worthy YA novels
relatable characters
Om denna bok
My Life with the Walter Boys av Ali Novak är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp My Life with the Walter Boys 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781464218446
Upplaga:
0
Utgiven:
2023-08-01
Förlag:
Okänt
Sidantal:
400
$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"
>