Open yogeshtakeo opened 1 year ago
name: Ashma Upreti Github URL: https://github.com/yogeshtakeo/task_BFD30.git
Name: Sandesh Git Url: https://github.com/yogeshtakeo/task_BFD30/tree/28bbe79266bdf43065a7a4e54b667b02480f6ff8
Namkhang Tsamchoe git URL: https://github.com/yogeshtakeo/task_BFD30/tree/namkhang/Task13_popular_Reddit_post_viewer
Name: Junu Thapa Github url: https://github.com/yogeshtakeo/task_BFD30/tree/junu/PopularRedditPost
Name: Sita Dhital Github Url: https://github.com/sdhital12/task-13
Topics Covered:
JS Async / Await , JS Advance Concepts
Task: Create a webpage that fetches data from the "https://www.reddit.com/r/popular.json" link using the Fetch API with
async/await
syntax. Display the results on the webpage using HTML and CSS, such that each post's title, author, and image (if available) are shown in separate elements. Use JavaScript to manipulate the DOM and insert the fetched data into the appropriate HTML elements.