Simple Books App.
View Demo
This is Books App. On home page you can find New York Times Bestsellers list. After click on book you can see more info. At home page you also can see quote of the day (from API) and important events from the past (from API). You can also search for books by author or title. Scroll down to get more info
- Vue.js
- Html
- CSS
- Java Script
- vue-resource
- vue-router
- MDBVue
- Google Books API
- Quotes API
- nytimes books API
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/mateuszlubianka1993/books-vue
- Install NPM packages
npm install
- Compiles and hot-reloads for development
npm run serve
- Compiles and minifies for production
npm run build
- Lints and fixes files
npm run lint
- Project Link: https://github.com/mateuszlubianka1993/books-vue
- Live Demo: https://books-vue.netlify.app/