@page @using OliverBooth.Data.Web @model OliverBooth.Pages.Books @{ ViewData["Title"] = "Reading List"; }
This is a list of the books I've read, I'm currently reading, or that I plan to read. Not every book is listed here, but I will update this list as I try to remember what it is I've read in the past.
This list is also available on Goodreads.
Currently Reading
Title | Author | ISBN |
---|---|---|
@book.Title.Trim() | @book.Author.Trim() | @book.Isbn.Trim() |
Plan to Read
Title | Author | ISBN |
---|---|---|
@book.Title.Trim() | @book.Author.Trim() | @book.Isbn.Trim() |
Read
Title | Author | ISBN |
---|---|---|
@book.Title.Trim() | @book.Author.Trim() | @book.Isbn.Trim() |