Skip to content

LenaChestnut/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library

A book tracking app (objects practice project).

Link to live demo

Objective

Create a library app with the following functionality:

  1. User should be able to add new books with information about title, author and the number of pages.
  2. User should be able to mark the books 'Read' or 'Not read'.
  3. User should be able to delete the books from the shelf.

How to use

  • Click 'New book' to create a new card. Fill in the form. Click 'Save' to add the book to the library or 'Cancel' to close the form.
  • Click on the checkmark on the book card to mark the book 'Read' or 'Not read'.
  • Click on the trashcan to delete the book from the library.

UI

Desktop

image

Mobile

image

Tools

  • HTML
  • CSS
  • JavaScript

Additional resources