Skip to content

TomSoerr/odin-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My “Library” Project

preview gif

Description

In this project from “The Odin Project” I build a small library app.
This app can:

  • add a book to the library,
  • delete a book from the library,
  • sort the library by:
    • reading status,
    • title,
    • author,
    • pages and
    • when it was added to the library.

If the page is reloaded, the library is not lost.

Links

Notes

For the storage I use localStorage.