Skip to content

kaglet/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library

About

This is a personal library tool in browser made as part of the open source web development course The Odin Project. This is the first assignment of the Intermediate Javascript section. It demonstrates new skills learned of use of prototypes and prototypal chaining in constructing objects, and later will demonstrate skills in local/online storage once the API section of the course is covered (local storage now added).

Find the live preview here.

At full screen the tool should look like this:

image

Features

  • Add, delete, edit books.
  • Books are saved to local storage via the local storage javascript API.
  • Validation with dynamic error messages via the javascript constraint validation API.

To add in future:

  • Local storage and/or online storage will soon be added. (Update 2024/03/30: Local storage now added).

Releases

No releases published

Packages

No packages published