Virtual codeforces assistant

Hello codechef community !
I just wanted to share one of my project which might be useful to some coders out there.
So I developed a Web App which takes in your codeforces handle as input and along with displaying your details it acts like a virtual assistant and announces the verdict of the problems you submit after logging in.
This could be used to reduce the time wasted in checking the verdicts of problems that you submitted (really helpful when there is longer queue time ).
I saw a red coder on codeforces use it in one of his videos to save time, so I developed one on my own.
Hope it helps.
To check it out head on to →
https://chaitanya-perikila.github.io/virtual-cf-assistant/

2 Likes

nice one. Similar to what SecondThread had made.

1 Like

Is saying Compilation error much better than just saying WA.
If that is not the case, I would like to have two tones one cheerful one(AC), one non-cheerful one(WA).

Yeah!

Yeah ! I developed it so that you need not to look at verdict at all, so that we can know the verdict while trying the next problem, but yeah I will try to add custom sounds options that can be changed by users :slight_smile: