A simple web application that allows users to create, read, update, and delete posts through API integration. Each post contains a title, author name, and description.
Features:
+ Add new posts with title, author, and description
+Display a list of posts dynamically from the API
+Update existing posts directly through the UI
+ Delete posts
+Fully integrated with a backend API for data persistence