Skip to content

The coding platform helps programmers to participate in ongoing CodeChef contests and create virtual contests.

License

Notifications You must be signed in to change notification settings

rohitbakoliya/chefs-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chefs Arena

Chef's Arena is a coding platform similar to other online judges, implemented in React.js which helps programmers to participate in ongoing CodeChef contests and creating virtual contests. Participants can see their CodeChef profile, ranks, recent submissions of any problem or contest, and also can run the code in IDE. This application uses the CodeChef API to provide the services.

Quick Links

Getting more familar

Key features

  • Problem Statements rendering with Markworn and MathJax
  • Builtin IDE with popular themes and language-based highlighting
  • Virtual contest

Prerequisites

Technologies used

Installing

$ git clone https://github.com/rohitbakoliya/chefs-arena.git
$ cd chefs-arena
$ cp .env.example .env (edit it with your api key and secret)
$ npm install
$ npm start

Authors

License

This project is licensed under the MIT License - see LICENSE for details.