So today @paulasantamaria and I spent the whole afternoon creating a web tool to allow everyone on DEV to see their blog stats of 2019!
Here's how my year in DEV.to looks like:
Curious about your stats? Try it out yourself!
Check out the GitHub repo:
uppernauts / year-in-dev
A web tool tool that displays a summary of your DEV.to blog's stats!
btw, We use my Sapper + Svelte + tailwindcss boilerplate as a kickstarter for this project.
Let me know what you think in the comments below!
Top comments (15)
I think there might be an issue with how you're centering the content. On mobile I can't scroll higher than the 'YOU WROTE' card. I've not had a chance to look at the code but I'm guessing position absolute might be involved.
Thanks for reporting this issue Andrew! I'll fix it in a few minutes. The problem was that the container has a height: 100vh; instead of min-height: 100vh; 😄
Fixed 😄
Cool stuff!
That's super cool! @ben have you seen this? 😁
Wicked cool 👏
I don't know why, but it cannot find my account. I've tried type it with @ and without it. I think it would be an issue)
I just checked this issue, but there is no problem with your user. We're basically searching for articles on 2019 only. Those users without articles on 2019 don't return any results. In your case, you have one article on 2018.
Maybe we should improve the error message though
Thank you for your reactive answer. If it checks 2019 only, then it's okay. Wanted check how it looks on mobile)
Btw, on desktop it looks nice.
UPD. On mobile looks great too)
Thanks for your comments Joe! Grad it liked it 😄
Great stuff!
Very cool! Great work.
This is awesome! Thanks for sharing :)
This is awesome!
Really awesome work!