use this code and add to it make it a mega app with tons to explore and add to.{ "stories": [ { "title": "The Enchanted Forest", "description": "Join Lily on her adventure through the enchanted forest.", "events": [ { "id": 1, "text": "Lily finds a magical key. What does she do?", "choices": [ { "text": "Open the hidden door.", "next_event": 2 }, { "text": "Keep the key and continue exploring.", "next_event": 3 } ] }, { "id": 2, "text": "Behind the door, Lily finds a friendly dragon. What does she do?", "choices": [ { "text": "Ask the dragon for help.", "next_event": 4 }, { "text": "Run away quickly.", "next_event": 5 } ] }, { "id": 3, "text": "Lily continues exploring and finds a hidden treasure. What does she do?", "choices": [ { "text": "Take the treasure and leave.", "next_event": 6 }, { "text": "Leave the treasure and keep exploring.", "next_event": 7 } ] } // Add more events as needed ] }, { "title": "The Mystery of the Old Mansion", "description": "Solve the mystery of the old mansion with Detective Max.", "events": [ { "id": 1, "text": "Max finds a mysterious note. What does he do?", "choices": [ { "text": "Follow the clues in the note.", "next_event": 2 }, { "text": "Ignore the note and explore the mansion.", "next_event": 3 } ] } // Add more events as needed ] } // Add more stories as needed ] }