Closed mariana-caldas closed 5 months ago
I wrote this a while ago when working on all blog post page, in the bottom of the article it shows how to retrieve a single post
https://dev.to/cherylli/displaying-devto-articles-on-your-website-using-nextjs-1bbk
Closed by #215
What do we need to build or fix? We need to build a responsive single blog post page for our open-source website Web Dev Path. Currently, our blog page posts' cards' links redirect users to the dev.to platform. The goal is to keep users on our website longer by creating a page UI with the following new sections: "Single Post Content," "Author Bio," and "Related Posts."
Technical details
Create the UI for the single blog post page with the following sections:
1. Single Post Content:
2. Author Bio:
3. Related Posts:
Display the first 5 similar posts by considering the post's tags.
Approach suggestions
Deadline Please keep in mind that once you assign this task to yourself, you'll need to complete it in 30 days.
Acceptance criteria
yarn build
locally to solve the issues and commit the changes.