A TypeScript-based web application that provides a detailed analysis of profiles using data from the Codeforces API.
- 📊 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
- Clone the repository
- Install the dependencies
npm install
- Start the development server
npm run dev