Skip to content

Ryand1234/Online-Ide

Repository files navigation

Online-Ide Docker Image CI

An Online Ide compatible with languages C, C++14, Python and Ruby.

Steps to build locally

clone the repository

execute command docker build -t ide:1 .

to start server execute docker run -p 3000:3000 ide:1

visit http://localhost:3000 for the IDE

Built

Online Ide is build with NodeJs using React as frontend.

Features Supported

Show Errors (Compilation, Runtime etc)

Support 4 Languages (C, C++, Python, Ruby)

Code highlighting

Improved Rich Editor

Allow user input

Improved Rich Editor

Features to be added

Doesn't allow code save

TypeScript compiler

Helper Repo for Code Editor is present at Code-Editor