/library-app

A small library app created using HTML, CSS and Javascript.

Primary LanguageJavaScript

Library App

The Odin Project: Javascript

A small Library app created using HTML, CSS and Javascript.

Live Demo

Overview:

Features:

  • You can add a book
  • You can remove a book
  • Before adding a book you can mark if it's read or not.
  • Data is saved in browser localStorage

Outcome:

  • Deepened knowledge about DOM Manipulation, JS funtionality.
  • Learned about creating modals in HTML.
  • Learned about ES6 Classes, Array methods, Object Prototype, etc.