I created an app for lazy developers who wants a personal website. I worked with React + TypeScript and it works with full of APIs. Thanks to APIs we don't have to write similar things everywhere.
It gets your name, title, and city that you live in from your GitHub profile. There is a section for your articles on dev.to. There's an about page that contains your StackOverflow reputation etc. And a very simple contact page with the formspree API.
All you need to do is write your usernames to the related fields.
For instance, you need to write your GitHub username like this:
<Github username="github" />
You can find an example here.
You can find the code here.
Top comments (1)
Your idea is amazing.