techboy14 / Code-Runner

A portal for programmers to code online

Home Page:https://codingrunner.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Future Implementations

  1. Code saving in LocalStorage
  2. Code sharing with permanent url (public/private).
  3. Live code monitoring - One can see changes done by other in realtime. (Useful for coding interviews).
  4. Keyboard Control
  5. Refactor
  6. 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. Java
  3. Javascript

How to Contribute

There are various ways you can contribute to this project.

  1. Star the repo and share it with others
  2. Try it out and report bugs.
  3. Help me squash these bugs by making neat PRs.

Steps to Setup Locally

  1. Fork and clone the repo.
  2. In project directory, run npm i.
  3. Now run npm start to start the server.
  4. Run npm run client to start webpack build task.

About

A portal for programmers to code online

https://codingrunner.herokuapp.com/


Languages

Language:JavaScript 67.9%Language:HTML 16.2%Language:CSS 15.9%