Web app for managing your Google Books shelves 📖.
Sign in using your Google account is required.
- Search books in your library
- Search new books from the whole Google's database of books
- Add book to a bookshelf
- Remove book from a bookshelf
- Clear a bookshelf (remove all books in it)
- Dark mode
- More details about book (price, availability, ebook?, etc.)
- Create new bookshelves (blocked by Google Books API - endpoint not available)
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generateFor detailed explanation on how things work, check out Nuxt.js docs.