Hi, everybody. I created an open-source site that shows a list of Unsolved Codeforces Problems using (*drum roll*) Codeforces API.
Link: https://sadykhzadeh.github.io/unsolved-cf-problems/
Github: https://github.com/sadykhzadeh/unsolved-cf-problems
Why is "Unsolved Codeforces Problems" better than its analogues?
1) My site shows your last submission link of each problem with the verdict, so you can quickly understand why you couldn't solve the problem.
2) My site supports Russian and English languages using intuitive buttons and logic as on the Codeforces site.
3) My site remembers your last entered handle. Every second counts, so that's why at the next session my site will immediately show you a list of problems.
4) You can view the tags of problems directly on the site. By default, this feature is hidden so that you can solve the problem yourself, without prompting ^_^
5) Instant search problems by the name.
6) My site's engine is written in pure JavaScript. No Flask, no React, no other frameworks and libraries.