Skip to content

urvashigupta7/contest-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTEST ARENA

Search codechef contests and pratice problems.

Application Features

  • Login (using OAUTH 2.0)
  • Search Contest using Contest code or Contest name.
  • For each Contest, it displays clickable list of all problems ,timer, contest ranks, submission details.
  • For each contest problem it displays the corresponding problem statement, with an ide to run code.

Applications Snapshots

Login

alt text

Search

alt text

Ranklist

alt text

Contest Problem

alt text

Problem Statement

alt text

Submissions Details

alt text

Run Code

alt text

Steps to run app locally

  • Clone the repository.
  • Run npm install
  • Setup env variables in .env file
    • CLIENT_ID='Your codechef api client id'
    • CLIENT_SECRET='Your codechef api client secret'
    • REDIRECT_URI='Redirect URI'
  • Run npm start

About

Search codechef contests and pratice problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published