/test.library

Book Tracking App

Primary LanguageJavaScript

Book Tracking App

This app tracks books you have read

  • Before adding a book, you can mark if it's already read or not
  • Data is saved in localStorage

Outcomes

  • Practiced use of object constructors for organization and good development pattern
  • Used HTML5 semantic elements for better structure and readability
  • Deepened knowledge of DOM manipulation, HTML structure, CSS styling, and JS functionalities