Created on 30th December 2020
•
Developed using Codeforces API, this one-of-its-kind tool is all about Competitive Programming, be it practicing, analysing, learning, or even doing contests with your friends! This is a complete all-in-one package for Codeforces lovers, and has 1000+ users registered and growing.
Report a query option:
We had to provide an option for the user to report us any queries/feedbacks regarding the application. For this we needed a way so that user can mail his/her response to us. By providing a link with our email address, we would have redirected them to Gmail website, which we didn't want. For this, we used nodemailer package which would send us the email on a button click with the user mail id and the content.
No of API calls:
Since too many API calls can be blocked by CF, and can even slow down the page, we had to optimize the number of API calls.
Technologies used