In this project I created an online library in order to practice Object Constructors
Link to assignment:
https://www.theodinproject.com/lessons/node-path-javascript-library
The user can click the new book button which brings up a form where they can input the book information and it stays stored until browser is closed. The app doesn't use any type of storage yet.
**Live link: https://adrians90.github.io/library2024/
Built with: JavaScript, HTML and CSS