Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 892 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 892 Bytes

Digital-Library

A Digital Library made using HTML, CSS and VanillaJS, where you can keep track of your read and to-read books.
Project is live at: Digital Library.

alt text


This project was completed for The Odin Project Javascript Library Assignment. The aim of the project was to make a sort of Digital Library by using the concepts of OOP, Prototypal Inheritance and Constructor Functions.
It also uses the concept of local storage, so that the books remains stored even after a change of session.

TO-DO

  • Make website more mobile friendly. It works well enough to not provide any accessibility issues to be honest, keeping it as is for now.
  • Add a ratings section.
  • Add FireBase Support.