Library application May 26
I was thinking about creating a simple library application that would allow me to store the following:
- Title
- Author
- link to amazon or such
- rating
- link to review
- read status (read, reading, not read)
- sorting
- Category
I think that at first i will just write this as XML with an XSLT controlling the layout and some CSS. I will also look to make this a RSS Feed just so that I can learn that as well. Eventually I would like to create this with a backend administration and also try this out with Apollo.