This task will primarily involve creating posts and displaying them in detail on
an individual basis.
Task 5
Let's incorporate the following functionalities into the application:
- Add frontend and backend capabilities to create a new post. The post creation
form should allow users to submit the title and description of a potential
blog idea.
- Add a new item in the Navbar, as well as an
Add new blog post button on the listing page, to navigate to the page for creating a new blog post.
- Once a user submits the form, the application should redirect to the post
listing page and display the newly added blog post.
- When a user clicks on the post title from the listing page, they should be redirected to another page displaying the post's title and detailed description. The route of this page should be based on the slug of the post.