An open API service indexing awesome lists of open source software.

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.

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)