https://github.com/msoup/library
A CRUD app that allows user to create and organize book collections, and sync their collections to the cloud through Firebase. Local storage also supported.
https://github.com/msoup/library
css3 firebase html js localstorage
Last synced: 3 months ago
JSON representation
A CRUD app that allows user to create and organize book collections, and sync their collections to the cloud through Firebase. Local storage also supported.
- Host: GitHub
- URL: https://github.com/msoup/library
- Owner: MSoup
- Created: 2021-01-15T09:41:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T05:57:16.000Z (over 5 years ago)
- Last Synced: 2025-04-04T16:25:59.043Z (about 1 year ago)
- Topics: css3, firebase, html, js, localstorage
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
A basic CRUD app that utilizes firebase and local storage to store book information
-----
## Demo
Demo can be found [here](https://msoup.github.io/Library/)
## Features
- tech stack: HTML, CSS, JS, Firebase realtime database, local storage API
- Works with local storage
- Works with firebase
- Edit, clone, delete, add books
## Acknowledgements
- localStorage [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
- Firebase [Google Docs](https://firebase.google.com/docs/database)
## In the works (future updates)
- pull images from google image search / google books API
- let user manually edit and upload images as book covers
- allow for searching books
- allow generation of book collection into a hash to share with others
- import books by hash code
## To learn
- compression methods (to import books by hash)