diff --git a/index.html b/index.html index ce954a5..8a494a2 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@
Hosting your first GitHub web diff --git a/joshna_book_app/add_books_feature/create_book.txt b/joshna_book_app/add_books_feature/create_book.txt new file mode 100644 index 0000000..306efa5 --- /dev/null +++ b/joshna_book_app/add_books_feature/create_book.txt @@ -0,0 +1 @@ +This is the feature for the author to add a new book. diff --git a/joshna_book_app/add_books_feature/list_all_books.txt b/joshna_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 0000000..025a596 --- /dev/null +++ b/joshna_book_app/add_books_feature/list_all_books.txt @@ -0,0 +1,2 @@ +This is the feature which shows the user all the books they’ve created as a list. +List all books will list all books in ascending order.