mplement a feature to allow users to add new posts through the frontend interface. This should include:
A form to input the post title and content.
Error handling to display messages from the API response.
Success message and form reset upon successful submission
Added PostForm and CreatePostOverlay component and theirs designs.
mplement a feature to allow users to add new posts through the frontend interface. This should include:
A form to input the post title and content. Error handling to display messages from the API response. Success message and form reset upon successful submission Added PostForm and CreatePostOverlay component and theirs designs.