Surya1231's blog

By Surya1231, history, 4 years ago, In English

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.

Full text and comments »

  • Vote: I like it
  • +35
  • Vote: I do not like it

By Surya1231, history, 4 years ago, In English

Here is a small platform developed with JS to fetch all the links of Div 3, Div 2, Educational rounds.

https://surya1231.github.io/Codeforces-contest/

Update : Thank you so much for great response from you. Right now I am busy for some days on my internship, so will not be able to add more features, will surely work on it after my intern completes. Meanwhile if anyone wish to contribute on repo can contribute, the code just uses html, css(bootstrap) and javascript.

Full text and comments »

  • Vote: I like it
  • +119
  • Vote: I do not like it