bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Single Post Page and URL #507

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

I have completed the task of creating a single post page in our project. This page is a React component that displays the post's title, body, and any other relevant information. I have also added the new page to the project's React Router configuration and retrieved the necessary data for the page from the backend of the application. I have also added any necessary CSS styles to the single post page to ensure that it is visually appealing and easy to read. I have tested the single post page and it is functioning correctly and displaying the post's information as expected.

BeratDamar commented 1 year ago

Now, we can see a post in single page with the "/post/:id" url. The single post page is also compatible with our homepage design.

Backend connection works fine. It provides required data about a post such as text body, title and other relevant information correctly. I also checked related backend API. All methods contain only required data and you used them efficiently.

Thanks to the single post page, users shall be able to look at a post directly without interfering other post.

Thanks for your contribution.