Codeforces_Filter(Vanilla Javascript Project)

There are two pages : 1) Contest Page and 2) Problem Solving Page

  1. Contest Page:

It shows contests on codeforces of different categories and also future contests. Codeforces API used for this is: https://codeforces.com/apiHelp/methods#contest.list

  1. Problem Solving Page:

Problems from codeforces of different ratings can be filtered. Enter user1 and user2 to get the list of problems solved by user2 and not solved user1. Codeforces API used for this is: https://codeforces.com/apiHelp/methods#user.status

HTML and CSS template is taken from: https://colorlib.com/wp/template/responsive-table-v1/ and modified as per usage. Icon is taken from: https://thenounproject.com/term/html-coding/286321/.

Website Link: https://jenil2001.github.io/Codeforces_Filter/