Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 736 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 736 Bytes

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.