Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 585 Bytes

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