Organize the home library, and track what you are reading. Basically, a mashup of Goodreads and Trello.
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.
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.