Search codechef contests and pratice problems.
- 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.
- 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