Skip to content

A library webapp to store and display books that the user wants to read, is reading, or has read. Built with HTML, CSS, vanilla Javascript, and Firebase

Notifications You must be signed in to change notification settings

renchester/top-library

Repository files navigation

The Odin Project

Project: Library

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.

Features

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.

Technologies Used

  • HTML
  • CSS
  • Vanilla Javascript
  • Firebase

Display

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.

view of the page


Developed by Renchester Ramos

About

A library webapp to store and display books that the user wants to read, is reading, or has read. Built with HTML, CSS, vanilla Javascript, and Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published