Skip to content

aakashpothepalli/codetrack

Repository files navigation

CodeTrack

A lightweight online IDE built for competitive coding.

ct1

Features

  1. Parse problem automatically from CodeForces

image

  1. Snippets

image

  1. Auto Test Cases checker

image

  1. Default Template

image

  1. Dark Mode 🌑

ct2

Endpoints

Endpoint Type Params Description
/api/cfparseproblem GET id (eg:1152a) Parses the given Codeforces problem using id
/api/runcode POST {code,input} Runs your C++ Code and returns the output

Give it a 🌟 if you liked it