An open API service indexing awesome lists of open source software.

https://github.com/mayur1377/codeforces-analyser


https://github.com/mayur1377/codeforces-analyser

codeforces codeforces-api frontend open-source shadcn-ui typescript web

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

![Codeforces Analysis](https://codeforces.com/predownloaded/aa/4f/aa4f2e2def7e878ee8f6b3688c445fb719594670.png)

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
```bash
npm install
```
3. Start the development server
```bash
npm run dev
```