Codewars Analyze is a small web app built with React and Vite. It allows you to search for a Codewars user and view more detailed data beyond the official profile page. I mainly wanted a heat map to see my progress.
-
Search for any Codewars username
-
View global rank, honor points, and challenge stats
-
See language-specific kyu rankings
-
Activity heatmap for challenge history
-
React
-
Vite
-
Codewars public API
-
Clone the repository
-
Install dependencies:
npm installStart the development server:
npm run devOpen your browser at http://localhost:5173
Notes
This project uses the public Codewars API and is not affiliated with Codewars.