bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Single Post Page and URL #506

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

Description:

According to the lab meeting we have done. I need to create a single post page. This page should be a React component that displays the post's title, body, and any other relevant information.

Steps:

1) Create a new file for the single post page in our project's src directory. This page should be a React component that displays the post's title, body, and any other relevant information. 2) Add the new page to the project's React Router configuration. This will allow users to navigate to the page by entering the correct URL in their web browser. 3) Retrieve the necessary data for the single post page from the backend of the application. This may involve making a request to an API endpoint or querying a database to retrieve the post's information. 4) Add any necessary CSS styles to the single post page to ensure that it is visually appealing and easy to read. 5) Test the single post page to ensure that it is functioning correctly and displaying the post's information as expected.

Reviewer: @BeratDamar Deadline: 21.12.2022 23.59

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.