Please sign in to access this page
Website for managing and organizing largest CTF for high schoolers in Poland.
Project uses Rust and Nuxt to make this website work perfectly.
It has a lot of features like leaderboard, dashboard, submitting flags, registering tasks & way more
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Tie Breakers! I implemented yet another feature, when team has same amount of points we sort by flag submission date, this way we always have proper order on the leaderboard
I fixed a very interesting bug, when almost entire chart was a bit broken. All changes were moved in time a bit.
a11y - accessibility, that is very hard topic for website developers. A 2024 report found 88 % of websites failed accessibility standards, scoring an average of 60/100. Today I added a route announcer, so when user changes a page in SPA it gets properly announced by the narrator
A lot of refactoring! Writing code in very limited time often doesn't result in best quality. I did a ton of improvements, changes and rewrites.
Some of them include really complex stuff, contributing to rust and nuxt ecosystem etc.