In this project we created a simple library logging website, where you can add books to the library, remove books, and set the books that you have to read/unread.
The library is stored in the browser's localStorage, so that it persists between sessions, and browser closure.
- JavaScript
To get a local copy up and running follow these simple example steps.
- Node
```run npm install
to install all required node modules
double click on index.html
to open project in new browser window
ZIL NORVILIS
AYMAN JABR
Give a ⭐️ if you like this project!
Copyright (c) 2021 Ayman Jabr/Zil Norvilis.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.