[Project_blog] Why readers cannot see list of articles in Medium?

forhjy
2 min readMay 10, 2021

That is why I made this.

Writers can see their articles in listed form in Medium, while readers can’t. There must be a reason for not supporting listing for readers in Medium. In anyways, I wanted my readers to see my articles in listed form so I built some simple website. It took just half of day to finish it.

Former README.md

At first, I made my git repo and wrote list of articles in markdown file like picture on left.

The thing is I want to use my blog as a part of portfolio. I had to turn it into fine form of website. And I wanted to use software I never used, which was typescript.

The software I used are React.js, typescript, tailwindCSS, and Python3. The reason for using Python was to parse this markdown file into json form, so that I can use this data.

And this is how it looks. By clicking 🔽, you can see reversed list. It was simple but satisfying project.

My blog list

URL : https://jiyoon1156.github.io/my-tech-blog/

Github: https://github.com/jiyoon1156/my-tech-blog

--

--