An open API service indexing awesome lists of open source software.

https://github.com/luisfernandovillalon/library-theodinproject

The Odin Project: Library
https://github.com/luisfernandovillalon/library-theodinproject

array constructor css html javascript objects prototypes

Last synced: over 1 year ago
JSON representation

The Odin Project: Library

Awesome Lists containing this project

README

          

# Library-theOdinProject
Project: Library Application - The Odin Project

# Summary

This application allows users to input the title, author, and number pages
in a form. When submitted the information on the book is stored and displayed
in a card. Each card displayed has a delete button and a check mark to change
the status of the book. The application uses local memory.

# Technologies

HTML, CSS, Javascript, Object Constructors, Prototype