bounswe / bounswe2024group8

6 stars 1 forks source link

Add New Post Functionality to Frontend #117

Closed cberko closed 6 months ago

cberko commented 6 months ago

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.