Skip to content

search for books by search keywords and categories built with Vue3, vuetify, vuex and vue-router

Notifications You must be signed in to change notification settings

chernyaevaia/book-search-app

Repository files navigation

To run this app locally, clone the repository, run npm i to install dependencies, and then run npm run serve.

The app has a search panel where you can enter a keyword and select one of the categories. You can also instantly sort the books by relewance or by newest.

Снимок экрана 2023-12-13 в 21 27 50



The app loads 30 books, but there is a load more button that loads 30 more books.

Снимок экрана 2023-12-13 в 21 31 22





By clicking on a book card you go to the page with detail information of the book.

Снимок экрана 2023-12-13 в 21 29 30