This web app scrapes Kobo.com and compares an ebook's different prices for each available country. It has three pages:
- Page 1 : Main page with search bar.
- Page 2 : List of searched books.
- Page 3 : Ebook's prices comparison.
You can check out the app at: https://www.kobo-price-scraper.com/
- Nuxt 3
- Vue 3
Install the dependencies:
# npm
npm install
And start the development server on http://localhost:3000
npm run dev
Look at the nuxt 3 documentation to learn more.