Skip to content

Stetzon/boojbooks

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.0%
  • JavaScript 32.5%
  • HTML 6.5%
  • CSS 3.0%