You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
For branch naming, call this feature/static-medium-blog
For the first step, create a simple 3 column layout that displays the top 3 blog posts. You can utilize the Testimonials section for this. We want to display the following based on the screenshot below.
Add functionality to show the top 3 latest blogs from the Medium blog on our website.
Todos
Phase 1 - Static
For branch naming, call this
feature/static-medium-blog
For the first step, create a simple 3 column layout that displays the top 3 blog posts. You can utilize the Testimonials section for this. We want to display the following based on the screenshot below.
Phase 2 - Dynamic
For branch naming, call this
feature/dynamic-medium-blog
For step two, use Medium feed (https://medium.com/feed/@hackupstate) to display the same items as the static.
You'll find this stack overflow article helpful: https://stackoverflow.com/questions/36097527/how-to-retrieve-medium-stories-for-a-user-from-the-api
You will need the rss-to-json npm package to convert the RSS to JSON so that we can use it on the site.
The text was updated successfully, but these errors were encountered: