Skip to content

Commit

Permalink
Merge pull request #33 from gamedevCloudy/main
Browse files Browse the repository at this point in the history
Added GATSBY.json
  • Loading branch information
1447bits authored Oct 27, 2023
2 parents b180a82 + 60363f9 commit 4fe33f8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
5 changes: 3 additions & 2 deletions talebuddy/allStories.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
File renamed without changes.
27 changes: 27 additions & 0 deletions talebuddy/stories/Gatsby.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 4fe33f8

Please sign in to comment.