/LibraryJS

https://gabrielhangor.github.io/LibraryJS/

Primary LanguageJavaScript

Javascript Library

Simple CRUD app built with HTML, CSS and Vanilla JS. Part of The Odin Project curriculum.

  • Uses localstorage to save data so it is not lost when the page is refreshed.
  • Event delegation to target and change DOM elements dynamically created with JS.
  • Object constructor to create new Book objects and store them.
  • CSS Grid to create a responsive layout on all screen resolutions.