Live version of the webapp can be found here
This library app allows users to create a list of books that they are either reading, has read, or yet to be read. Built with HTML, CSS, and vanilla Javascript--using Firebase as a backend to store user input.
Users are provided with a form that asks for the book's title and author, as well as the book's 'read' status. This information is set in an array myLibrary
to be uploaded to either the browser's local storage or to the cloud with Firebase's Firestore Database. A log of the library contents is also provided for an overview of the user's reading habits.
- HTML
- CSS
- Vanilla Javascript
- Firebase
The books input by the user is displayed in a table with the book's title and author. The status of the book may be changed through a selection which will change the book's status property in the myLibrary
array. Next to the selection is a delete button which allows the user to delete the book from the library.
Developed by Renchester Ramos