Booj Reading List

Beware of the person of one book. -- Thomas Aquinas

Live Demo

https://boojbooks.onrender.com/

Task

Compose a site using the Laravel or Vue framework that allows the user to create a list of books they would like to read. Users should be able to perform the following actions:

  • Connect to a publically available API
  • Create Postman collection and Vue app OR Laravel App
  • Add or remove items from the list
  • Change the order of the items in the list
  • Sort the list of items
  • Display a detail page with at least 3 points of data to display
  • Include unit tests
  • Deploy it on the cloud - be prepared to describe your process on deployment

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.