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
- Host: GitHub
- URL: https://github.com/mayur1377/codeforces-analyser
- Owner: mayur1377
- Created: 2024-12-18T19:27:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T19:33:34.000Z (5 months ago)
- Last Synced: 2025-01-11T20:28:04.755Z (5 months ago)
- Topics: codeforces, codeforces-api, frontend, open-source, shadcn-ui, typescript, web
- Language: TypeScript
- Homepage: https://codenchill.vercel.app
- Size: 322 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
```