Closed uniquemozilla22 closed 1 year ago
Team 1: @sushilkhanal @kenneth-ee-t
Its good implementation and the code is correct :
Marks :10
Team 2 : @sushilkhanal @jyotibaskota
Implementation is correct and Tasks are fullfilled
Marks : 10
Team 3: @jayaprakashshrestha @Bhabishaphuyal6
Good implementation of the API
Marks : 10
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.Additionally, implement a search bar on the webpage that allows users to search for posts containing specific keywords. When the enters a search term and submits the form, use JavaScript to filter the displayed posts to show only those that match the search criteria.