Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя Surya1231

Автор Surya1231, история, 4 года назад, По-английски

With reference to my previous blog : All Div 3, Div 2, Educational Round links

Thank you for the huge response from your side on my previous blog. I feel that this kind of portal is really needed for everyone to keep track of our progress. My intentions were to develop a simple webpage that displays the list of category wise contests on codeforces, So I used simple HTML, CSS, and Javascript to develop the portal. Later I feel (also requested by many users) to integrate many new features like fetching user info, catching, etc. I tried to implement some of this but the website was not that much scalable to handle all the things.

So, now I restarted the project in React.js to implement all the features. I have tried to improved UI and make websites upgradable to new features in the future. Now fetching multiple users together is possible, new categories added.

Web-Portal : https://contestmania.web.app/

Github Repo : https://github.com/Surya1231/ContestMania

Note: The website is in the development phase, I am still working on many new features to implement. If anyone wishes to contribute can visit Github repo.

Update: Included the problems and upcoming sections also.

If you want to request any features or give feedback, please comment the same on this blog.

  • Проголосовать: нравится
  • +35
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Surya1231 (previous revision, new revision, compare).

»
4 года назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Great platform and improvements! Thanks a lot!
I have a request (I don't know if it's possible to integrate or not) about filtering problems. An example can be filtering div.2 Ds unsolved by the user which have a rating >=1900 and have the tag of "constructive algorithms".
Also, I use kenkoooo for Atcoder and it can distinguish problems that I solved "during" the contest, that too with timestamps! So, if anything can be done in that regard will also be great.

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is really cool , looking for more cool and upgrading features

»
4 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

Nice stuff, added to my bookmarks, here is two bugs I found, take a look at them Surya1231 :

  1. If I solve a problem in a div2 round, which is based on a technocup, then it doesn't count as a solved problem when checking technocups, for example I've solved some problems in a div2 round based on technocup elemination round 2, but they're tagged as Unsolved. (same also happens everywhere)

  2. "Report An Issue" button doesn't work.

»
4 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

It is a great tool, but codechef and leetcode section are not working. Please add atcoder and topcoder also if possible.

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by Surya1231 (previous revision, new revision, compare).