Codeforces Analyzer is a web application that visualizes Codeforces contest performance using Chart.js, helping users understand their strengths and weaknesses.
- Contest performance visualization
- Topic-wise analysis
- User-friendly interface
- Responsive design
-
Clone the repository:
git clone https://github.com/your-username/codeforces-analyzer.git
-
Navigate to the project directory:
cd codeforces-analyzer
-
Install dependencies using npm:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:5173 in your browser.
-
Enter your Codeforces handle and explore the visualizations.
Contributions are welcome! Open issues or submit pull requests to improve the application.
- Thanks to Codeforces for providing the API.
- Chart.js and React communities for their support.
Happy coding!