Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gautham_Dilip_book_app/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// GitHub Enablement Task entry by Gautham Dilip
console.log("Book App initialized successfully!");
Comment on lines +1 to +2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Submission does not match assignment requirements

The README specifies the following structure: a directory named add_books_feature inside your book_app folder containing two text files — create_book.txt (with the text "This is the feature for the author to add a new book.") and list_all_books.txt (with the text "This is the feature which shows the user all the books they've created as a list."). This PR instead submits a single index.js file that does not satisfy any of those requirements. No text files are present, the required nested directory is missing, and the multi-branch/merge workflow described in the assignment (steps 6–22 in the README) does not appear to have been completed.