DEV Community

Emincan Demirkaya
Emincan Demirkaya

Posted on • Updated on

A personal website boilerplate for lazy developers

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)

Collapse
 
mstanciu552 profile image
Mihai Stanciu

Your idea is amazing.