https://github.com/mayur1377/codeforces-analyser
https://github.com/mayur1377/codeforces-analyser
codeforces codeforces-api frontend open-source shadcn-ui typescript web
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayur1377/codeforces-analyser
- Owner: mayur1377
- Created: 2024-12-18T19:27:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T15:49:19.000Z (over 1 year ago)
- Last Synced: 2025-05-30T14:37:08.054Z (about 1 year ago)
- Topics: codeforces, codeforces-api, frontend, open-source, shadcn-ui, typescript, web
- Language: TypeScript
- Homepage: https://codenchill.vercel.app
- Size: 324 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
```