Web-Dev-Path / web-dev-path

The Web Dev Path platform. Progressive Web App (PWA). Next.js rules!
https://webdevpath.co
GNU General Public License v3.0
33 stars 11 forks source link

Create the UI for the Single Blog Post page #214

Closed mariana-caldas closed 3 months ago

mariana-caldas commented 3 months ago

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."

single-blog-post

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

cherylli commented 3 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

Satoshi-Sh commented 3 months ago

Closed by #215