[Project_blog] Why readers cannot see list of articles in Medium?
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.
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.