Instructions

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 2

DownloadInstructions
Open PDF In BrowserView PDF
HTML, CSS & Javascript
Building stuff with jQuery and Bootstrap

Books Shop (code name: book-shop)
Your challenge is to build a page that shows a list of books: id,
name, price, imgUrl. We will allow the user – a shop owner – to
manage the books.
1. Setup your project
a. Use a book-service to manage the books
2. Create your Model and show the books in a table. We will use
a global variable gBooks, and a function renderBooks() that
will draw the table
Now, let's handle CRUD (Create, Read, Update and Delete)
3. Add an Actions column to the table (something like this :)

4. Handle delete - when the button clicked call onDeleteBook
that will use the service's function deleteBook(bookId))
5. Support adding a new book:
a. When clicked, call the function readAndAddNewBook()
that will read (prompt) the details from the user: name
and price, then will call a function addBook(name, price)
that pushes a new book into the gBooks model. Then
call the renderTable() to redraw the table
6. Support updating a book:
a. When clicked, call the function:
readAndUpdateBook (bookId) that will prompt for the
book new price and call the service's function
Copyright 2018 © misterBIT

updateBook(bookId, bookPrice).
Then Call the renderTable() to redraw the table
7. Create a modal: Book Details, that shows the details of a
selected book including its photo
a. When read is clicked, show the modal with details of the
selected book.
b. Add a rate property for the book, set 0 as default, the
rate should be a number between 0 and 10.
c. In the Book Details, allow the user to change the rate of
the book by clicking the + / - buttons:

Bonus
1. Read the data from the user using an  instead of prompt
2. Make the header of the table clickable to support sorting by name or price
3. Add paging:

Copyright 2018 © misterBIT



Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.7
Linearized                      : No
Page Count                      : 2
Language                        : he-IL
Tagged PDF                      : Yes
XMP Toolkit                     : 3.1-701
Producer                        : Microsoft® Word עבור Office 365
Creator                         : ירון
Creator Tool                    : Microsoft® Word עבור Office 365
Create Date                     : 2019:05:27 12:52:07+03:00
Modify Date                     : 2019:05:27 12:52:07+03:00
Document ID                     : uuid:32000C62-2C59-4A84-BBBF-24F4BAA8D2B0
Instance ID                     : uuid:32000C62-2C59-4A84-BBBF-24F4BAA8D2B0
Author                          : ירון
EXIF Metadata provided by EXIF.tools

Navigation menu