Skip to content

bsmithgall/biblio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biblio

Organize the home library, and track what you are reading. Basically, a mashup of Goodreads and Trello.

Tech

It's mostly a learning attempt, so it's made up of things I don't know very well -- the backend is Golang, and the front-end is React with styles made from Bourbon components. It is meant to run on Google App Engine.

Todo

The first version's featureset is going to be extremely limited: you will be able to add books to a list and move them around:

  • Wire up a (mostly) functional drag-and-drop/not-as-good-as-trello style interface
  • Add support for adding new "works"
  • Figure out an API contract between the front-end and the backend
    • Add/List
    • Update/remove
    • Biblio position
  • Add OAuth to manage users/books
  • Add tests
    • React tests
    • Go tests
  • Wire it all up
  • Talk to either the Google Books API or a different one to get book metadata
  • Deploy it out

More to come as this gets developed out.

About

Track a library and what you are reading right now

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published