Skip to content

mayur1377/codeforces-analyser

Repository files navigation

Codeforces Analysis

A TypeScript-based web application that provides a detailed analysis of profiles using data from the Codeforces API.

Features

  • 📊 Heatmap showing the number of submissions over the years
  • 📈 Average problems solved per division
  • 🏆 Easy view of the number of problems solved in each division for each contest

Installation

  1. Clone the repository
  2. Install the dependencies
npm install
  1. Start the development server
npm run dev