Skip to content

Commit e274ab3

Browse files
added pseudos
1 parent c120c1c commit e274ab3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

script/script.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Idea here is to search for the story wherevere I have travelled.
2+
// - Currently I have added some very less Stories for testing purpose and will convert it to json once I add more
3+
// When you click on the story, currently it produces just the text copied from Wikipedia, and when clicked on read more, it gives the local time and temperature and other details.
4+
// It also shows the pictures taken, related to that.
5+
// You can try searching Ahmedabad, Mehsana, Mumbai, Frankfurt, Brampton, Winnipeg, Chicago.
6+
// If the story is not available, it gives the dummy story not yet created but its in the plan.
7+
18
const storyData = [
29
{
310
location: "Ahmedabad",

0 commit comments

Comments
 (0)