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
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/library-theodinproject
- Owner: LuisFernandoVillalon
- Created: 2022-08-21T14:47:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T03:31:07.000Z (over 3 years ago)
- Last Synced: 2024-11-17T12:19:42.420Z (over 1 year ago)
- Topics: array, constructor, css, html, javascript, objects, prototypes
- Language: JavaScript
- Homepage: https://luisfernandovillalon.github.io/Library-theOdinProject/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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