Frontend
- Homepage: Displays a list of available posts.
- Create Post Page: Contains a form to create a new post.
- Post Details Page: Displays a single post’s information by ID with buttons to delete or update the post.
- Display a list of all blog posts.
- Each post should show a title, image and a snippet of the content.
- Each post should be clickable and lead to the Post Details Page.
- A form with fields for the title and content of the post.
- A submit button to create a new post.
- Validate the form to ensure both fields are filled in before submission.
- Display the full title and content of the post.
- Include buttons to Delete and Update the post.
- The Delete button should remove the post from the database.
- The Update button should lead to a form to update the post’s title and content.
are maintainers for this repository.