Skip to content

sandeepnegi1996/Code-Runner

 
 

Repository files navigation

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. The user can 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.

About

A portal for programmers to code online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • EJS 14.8%
  • SCSS 13.9%
  • Shell 0.5%