DEV Community

Discussion on: Your year in DEV - Check your stats!

Collapse
 
vikaspandey121 profile image
Vikas Kumar

Loved this web tool but it is case sensitive due to which if I type VikasPandey121 or Vikaspandey121 then I will not receive any result. I can see my analysis only if I use vikaspandey121. I would love to resolve this issue.

Collapse
 
paulasantamaria profile image
Paula Santamaría

Nice catch! Someone sent a PR for this issue and we just merged it 👍

Collapse
 
nickytonline profile image
Nick Taylor

Create an issue and open a PR in the repository. 😎

My year in DEV

A tool tool that displays a summary of your DEV.to blog's stats!

Try it yourself! 👉 My year in DEV

Tools

This web app was build using Svelte with Sapper and Tailwind CSS. If you're interested in trying out this combo, check out this boilerplate mauro-codes/sapper-tailwindcss-boi....

Running the project locally

Install the dependencies, build it and run it.

npm install
npm run build
npm run dev

Official docs