:
Posts Viewer Web App
A simple and interactive web application that fetches and displays posts using JavaScript and a public API.
Users can view a list of posts with titles and body content, all rendered dynamically.
Key Features:
Fetches post data from a public API using Fetch API
Displays posts dynamically on the page
Clean layout with responsive design
Includes loading indicators and basic error handling
Built using HTML, CSS, and Vanilla JavaScript
Technologies Used: HTML – CSS – JavaScript – API
Purpose: To practice working with APIs, asynchronous JavaScript, and dynamic DOM manipulation