https://github.com/ryand1234/online-ide
An Online Ide compatible with languages C, C++14, Python, and Ruby.
https://github.com/ryand1234/online-ide
c cpp14 ide programming-language pyhton3 ruby
Last synced: 9 months ago
JSON representation
An Online Ide compatible with languages C, C++14, Python, and Ruby.
- Host: GitHub
- URL: https://github.com/ryand1234/online-ide
- Owner: Ryand1234
- Created: 2020-05-13T19:19:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T05:28:49.000Z (over 1 year ago)
- Last Synced: 2024-04-04T06:31:32.109Z (over 1 year ago)
- Topics: c, cpp14, ide, programming-language, pyhton3, ruby
- Language: JavaScript
- Homepage: https://floating-oasis-63694.herokuapp.com/
- Size: 7.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online-Ide 
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](https://github.com/Ryand1234/Code-Editor)