Code Runner Save Abandoned

A portal for programmers to code online

Project README

Logo

GitHub package version Dependencies GitHub issues GitHub pull requests GitHub contributors GitHub last commit Heroku

Description

Code Runner is an online portal where a user can code in various languages and get the output of the program. Compile time and Run time errors are also shown. User has the ability to add custom input also.

Roadmap

[x] Run Github Gists. [ ] Code saving in LocalStorage. [x] Code sharing with permanent url (public/private). [ ] Live code monitoring - One can see changes done by other in realtime. (Useful for coding interviews). [ ] Keyboard Control [ ] Refactor [ ] Code annotation and an open chat for particular code. (Useful for a user to help debug other's code)

Currently Supported Languages

  1. Python
  2. C
  3. C++
  4. Java
  5. Javascript

Steps to Setup Locally

  1. Fork and clone the repo.
  2. In project directory, run npm i.
  3. Duplicate .env.example file and rename the new file to .env.
  4. Sign up on glot.io, then go here.
  5. Open the .env file and put the glot token in the GLOT_TOKEN field.
  6. Now run npm start to start the server.
  7. Run npm run client to start webpack build task.
Open Source Agenda is not affiliated with "Code Runner" Project. README Source: itaditya/Code-Runner
Stars
52
Open Issues
27
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating