Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01zulfi/library
https://github.com/01zulfi/library
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/01zulfi/library
- Owner: 01zulfi
- Created: 2021-08-08T09:53:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T14:19:53.000Z (about 3 years ago)
- Last Synced: 2024-12-11T18:09:30.736Z (17 days ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
An online library that can store books and their information.
Created using HTML/CSS/javascript.## Features
1. Can store book title, author(s) and number of pages.
2. Can store read status of each book which can be toggled.
3. Book(s) can be deleted from the library.
4. Library can be stored locally using localStorage.![Libray Form](images/libraryForm.png)
![Library Front](images/libraryFront.png)