diff --git a/src/oneBookListItem.html b/src/oneBookListItem.html
index c3286bf..1b3d208 100644
--- a/src/oneBookListItem.html
+++ b/src/oneBookListItem.html
@@ -16,3 +16,29 @@
Harper Lee
+
+books.filter(function(book){
+ return book.shelf === "currentlyReading"
+}).map((book) => {
+ return
+
+
+
+
+
+
+
+
+
+
{book.title}
+
{book.authors}
+
+
+
+})