diff --git a/Dev_nandan_book_app/add_books_feature/create_book.txt b/Dev_nandan_book_app/add_books_feature/create_book.txt new file mode 100644 index 00000000..306efa59 --- /dev/null +++ b/Dev_nandan_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/Dev_nandan_book_app/add_books_feature/list_all_books.txt b/Dev_nandan_book_app/add_books_feature/list_all_books.txt new file mode 100644 index 00000000..072ba550 --- /dev/null +++ b/Dev_nandan_book_app/add_books_feature/list_all_books.txt @@ -0,0 +1 @@ +This is the feature which shows the user all the books they've created as a list.