JS Pre-requisite Course
Sub-Task 2 – Create HTML/CSS
- You can find the design for which HTML, CSS needs to be created in the Task folder. You have to create Desktop and Mobile Design. (Pro Tip: Start with Mobile first)
- Header part is almost similar to your HTML CSS Task.
- Read file posts.json using JavaScript & store the content of that file in a JavaScript object with the name
posts. (This(1) & This(2) might help) - Loop through that object and show all posts. (Pagination is not needed at this point)