It helps to search a book with using Google Book API. Users need to login with their credentials before searching.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
- vue-router
- vuex
- axios
- fortawesome
- Vue.js
- Bootstrap
- Firebase
https://sdfkr22.github.io/vue-book-finder/
- Users can login with their Google accounts or sign up with an email and password. (For testing you can use test@test.com / 123456)
- After success login, users can search any book title, author or etc.
- Related books will be listed.
- Users can click anyone to be able to see detailed information.
- Users can use add favorites/will read/alread read icons to save their books to profiles.
- Users can list their books in My profile section.
For detailed explanation on how things work, consult the docs for vue-loader.