yogeshtakeo / Fetch_Todo

Fetching the todo from the api
0 stars 0 forks source link

Group Ptoject 3: Popular Reddit Posts Viewer with Fetch API and Async/Await #3

Closed uniquemozilla22 closed 1 year ago

uniquemozilla22 commented 1 year ago

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.

yogeshtakeo commented 1 year ago

Team 1: @sushilkhanal @kenneth-ee-t

Its good implementation and the code is correct :

Marks :10

Image

Image

Image

yogeshtakeo commented 1 year ago

Team 2 : @sushilkhanal @jyotibaskota

Implementation is correct and Tasks are fullfilled

Marks : 10

image image

yogeshtakeo commented 1 year ago

Team 3: @jayaprakashshrestha @Bhabishaphuyal6

Good implementation of the API

Marks : 10

Image