Skip to content

Kuldeep246/codeforces

Repository files navigation

Codeforces Analyzer using Chart.js

Introduction

Codeforces Analyzer is a web application that visualizes Codeforces contest performance using Chart.js, helping users understand their strengths and weaknesses.

Features

  • Contest performance visualization
  • Topic-wise analysis
  • User-friendly interface
  • Responsive design

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/codeforces-analyzer.git
  2. Navigate to the project directory:

    cd codeforces-analyzer
  3. Install dependencies using npm:

    npm install

Usage

  1. Run the development server:

    npm run dev
  2. Open http://localhost:5173 in your browser.

  3. Enter your Codeforces handle and explore the visualizations.

Technologies Used

Contributing

Contributions are welcome! Open issues or submit pull requests to improve the application.

Acknowledgments

  • Thanks to Codeforces for providing the API.
  • Chart.js and React communities for their support.

Happy coding!