KZStats is a website that presents Counter-Strike: Global Offensive KZ Mod records and other related data. This is the 3.0 GlobalAPI rework repo, currently in production.
Note: This was my first TypeScript, React & Tailwind project so most of the frontend code is pretty messy, I might clean it up at some point.
For feature requests, message me on Discord (so0le#2553) and/or open an issue on GitHub.
Currently there are a few things such as manually created database tables etc. that make cloning and running the environment a bit tricky. However, if you view the code and see any potential improvements, mistakes or suggestions feel free to open an issue or pull request.
- Backend: NodeJS w/ Express
- Frontend: React + Tailwind
- Database: MySQL
- famfamfam - flag icons
- SVG Repo - other SVG icons
- Frontend package bootstrapped with Create React App