CodePulse: a simple tool to track your Codeforces growth and weaknesses

Revision en1, by ab2912, 2026-05-03 12:43:47

Hi Codeforces,

I made a small project called CodePulse — a Codeforces analytics dashboard built with Vite + React and deployed on GitHub Pages.

It includes:

  • handle sync for contests and submissions
  • performance dashboard with key stats
  • charts for trends and rating changes
  • topic-wise strength/weakness analysis
  • problem history with search and filters
  • contest history
  • handle comparison
  • goals for rating, solved count, streaks, and contest participation
  • local-first storage with JSON import/export

Link: https://advaybagaria.github.io/codepulse-cp-analytics/

I built it mainly to make practice tracking and review a bit more organized. Feedback and feature suggestions are welcome.

Tags tools, web, statistics, practice, visualization, project

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ab2912 2026-05-03 12:43:47 798 Initial revision (published)