From 380932a3341ec6625ef64a242fdd2c417fc4825b Mon Sep 17 00:00:00 2001 From: joshnajojo12 Date: Wed, 19 Mar 2025 17:34:01 +0530 Subject: [PATCH 1/4] Update text in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ce954a5..8a494a2 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@

Github
- Pages + Pages by joshna

Hosting your first GitHub web From fa103f285102d03b3091784998f75bc4307b8e89 Mon Sep 17 00:00:00 2001 From: joshnajojo12 Date: Fri, 21 Mar 2025 13:56:32 +0530 Subject: [PATCH 2/4] Added create_book.txt with book creation feature --- joshna_book_app/add_books_feature/create_book.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 joshna_book_app/add_books_feature/create_book.txt 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. From b9900ace385af2de654b8edbe14730514c29a3f2 Mon Sep 17 00:00:00 2001 From: joshnajojo12 Date: Fri, 21 Mar 2025 13:58:47 +0530 Subject: [PATCH 3/4] Added list_all_books.txt for listing books --- joshna_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 joshna_book_app/add_books_feature/list_all_books.txt 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..536ac38 --- /dev/null +++ b/joshna_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. From 663ed19d34acc88ee67611127d8815f6a93accbd Mon Sep 17 00:00:00 2001 From: joshnajojo12 Date: Fri, 21 Mar 2025 13:59:10 +0530 Subject: [PATCH 4/4] Updated list_all_books.txt to include sorting feature --- joshna_book_app/add_books_feature/list_all_books.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/joshna_book_app/add_books_feature/list_all_books.txt b/joshna_book_app/add_books_feature/list_all_books.txt index 536ac38..025a596 100644 --- a/joshna_book_app/add_books_feature/list_all_books.txt +++ b/joshna_book_app/add_books_feature/list_all_books.txt @@ -1 +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.