Skip to content

a booktracker to be deployed locally. currently interacts with realtime database. need to add auth support and firestore support.

Notifications You must be signed in to change notification settings

firebasePeople/booktracker

Repository files navigation

booktracker

Announcement

Booktracker is now open source!

TODO for later development and for open source

. styling and working on ui/ux . include firebase.auth() support . link to a github repo which contains three files reading.txt toread.txt read.txt for people who like to maintain their book track in a github repo. include more and submit a pr

db schema

isbnValue is a 13-digit number generally found on the back of the book. category helps to classify the books in three categories as shown below.

{
    "isbnValue":{
        "name":"name of the book",
        "category:"possible values are toread,reading,read"
    }
}

About

a booktracker to be deployed locally. currently interacts with realtime database. need to add auth support and firestore support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published