re4lvanshsingh / Codeforces_Codechef_Converter

Converts the rating in between two popular competitive programming platforms- Codeforces and Codechef
1 stars 4 forks source link

Add new webpage on navbar called "CodeClock" #4

Closed re4lvanshsingh closed 7 months ago

re4lvanshsingh commented 7 months ago

website

Add a webpage called "CodeClock" on the navbar.

1) Clicking it, we reach a webpage which contains the four popular CP and DSA websites upcoming contest timings- Codeforces, Codechef, Leetcode and AtCoder.

2) I give full creative freedom for designing the website, just make the theme black and white like the original page.

3) Its pretty simple task with the use of each website's API. Incase the API isn't available inform me and for the time being, statically add the values to the HTML Page.

aindree-2005 commented 7 months ago

@re4lvanshsingh I can work on adding the static web pages

re4lvanshsingh commented 7 months ago

@aindree-2005 Static pages are fine only if the relevant API for the website can't be implemented. Since codeforces API can be used to directly fetch the contest timings, I would like you to use a little bit of backend. Works for ya?

aindree-2005 commented 7 months ago

@re4lvanshsingh Sure works for me! I haven't worked with apis much before though. So, if I get stuck somewhere I can contact you on the CodePeak server right?

re4lvanshsingh commented 7 months ago

Yeah sure! Free to help you out. A little bit of ChatGPT never hurt anybody too :) Assigned

aindree-2005 commented 7 months ago

Yeah sure! Free to help you out. A little bit of ChatGPT never hurt anybody too :) Assigned

Thanks!