From 60363f91ea7aac67ec7588936c7dd9a196e3bf32 Mon Sep 17 00:00:00 2001 From: Aayush Chaudhary <68678455+gamedevCloudy@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:11:09 +0530 Subject: [PATCH] Added GATSBY.json --- talebuddy/allStories.json | 5 ++-- .../{ALL_BEGINS_HERE => ALL_BEGINS_HERE.json} | 0 talebuddy/stories/Gatsby.json | 27 +++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) rename talebuddy/stories/{ALL_BEGINS_HERE => ALL_BEGINS_HERE.json} (100%) create mode 100644 talebuddy/stories/Gatsby.json diff --git a/talebuddy/allStories.json b/talebuddy/allStories.json index b134c1b..0e98462 100644 --- a/talebuddy/allStories.json +++ b/talebuddy/allStories.json @@ -23,9 +23,10 @@ "/stories/STORY.json", "/stories/BIRBAL.json", "/stories/JODHA_AKBAR.json", - "/stories/RAMAYAN.json". + "/stories/RAMAYAN.json", "/stories/ALICE_WONDERLAND.json", "/stories/IIT_story.json", - "/stories/Tenali.json" + "/stories/Tenali.json", + "/stories/Gatsby.json" ] } \ No newline at end of file diff --git a/talebuddy/stories/ALL_BEGINS_HERE b/talebuddy/stories/ALL_BEGINS_HERE.json similarity index 100% rename from talebuddy/stories/ALL_BEGINS_HERE rename to talebuddy/stories/ALL_BEGINS_HERE.json diff --git a/talebuddy/stories/Gatsby.json b/talebuddy/stories/Gatsby.json new file mode 100644 index 0000000..4f81684 --- /dev/null +++ b/talebuddy/stories/Gatsby.json @@ -0,0 +1,27 @@ +{ + "title": "The Great Gatsby", + "about_story" : "A tale of decadence, illusion, and the American Dream in the Roaring Twenties", + "number_of_pages": 2, + "pages": [ + { + "page_title": "Chapter 1: The Buchanans' Mansion", + "page_content": [ + "Nick Carraway, the narrator, tells the story of his arrival in Long Island and his neighbor, Jay Gatsby. The Buchanans, who live in a grand mansion, are Nick's cousins and his initial introduction to the world of the wealthy.", + "In the opulent surroundings of the Buchanans' home, Nick describes the complex dynamics and the tension between Tom and Daisy Buchanan. The scene is set for the decadence and excess that will follow in the story." + ] + }, + { + "page_title": "Chapter 2: Gatsby's Extravagant Parties", + "page_content": [ + "Nick shares his experience of attending one of Gatsby's famous parties. These gatherings are lavish and extravagant, with music, dancing, and an abundance of guests.", + "Gatsby himself remains elusive, with many rumors and speculations about his background and the source of his wealth. The parties are a reflection of the excesses of the Roaring Twenties, and they set the stage for the mystery surrounding Gatsby's character and motivations." + ] + } + ], + "credits": [ + { + "name": "F. Scott Fitzgerald", + "url": "https://en.wikipedia.org/wiki/F._Scott_Fitzgerald" + } + ] +}