Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itaditya/Code-Runner
A portal for programmers to code online
https://github.com/itaditya/Code-Runner
ace brace css es6 express fetch glot heroku html javascript lodash nodejs sass webpack
Last synced: 3 months ago
JSON representation
A portal for programmers to code online
- Host: GitHub
- URL: https://github.com/itaditya/Code-Runner
- Owner: itaditya
- Created: 2017-10-18T18:43:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T08:33:51.000Z (about 2 years ago)
- Last Synced: 2024-10-28T11:23:09.938Z (3 months ago)
- Topics: ace, brace, css, es6, express, fetch, glot, heroku, html, javascript, lodash, nodejs, sass, webpack
- Language: JavaScript
- Homepage: https://codingrunner.herokuapp.com/
- Size: 1.47 MB
- Stars: 54
- Watchers: 2
- Forks: 30
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](/logo.jpg?raw=true)
[![GitHub package version](https://img.shields.io/github/package-json/v/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner) [![Dependencies](https://david-dm.org/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner/network/dependencies) [![GitHub issues](https://img.shields.io/github/issues/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner/pulls) [![GitHub contributors](https://img.shields.io/github/contributors/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner/graphs/contributors) [![GitHub last commit](https://img.shields.io/github/last-commit/itaditya/Code-Runner.svg?style=flat-square)](https://github.com/itaditya/Code-Runner/commits/master) [![Heroku](http://heroku-badge.herokuapp.com/?app=codingrunner&style=flat)](codingrunner.herokuapp.com)
## 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.
![](https://i.imgur.com/8zOVrfH.gif)
## 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](https://glot.io), then go [here](https://glot.io/account/token).
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.