All Projects → itaditya → Code-Runner

itaditya / Code-Runner

Licence: other
A portal for programmers to code online

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Code-Runner

React Fetch Component
React component to declaratively fetch data
Stars: ✭ 153 (+206%)
Mutual labels:  fetch
React Redux
React+Redux 入门示例项目,完整的构建部署流程,可扫下方二维码在线查看
Stars: ✭ 198 (+296%)
Mutual labels:  fetch
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+390%)
Mutual labels:  fetch
Mande
600 bytes convenient and modern wrapper around fetch
Stars: ✭ 154 (+208%)
Mutual labels:  fetch
Wretch
A tiny wrapper built around fetch with an intuitive syntax. 🍬
Stars: ✭ 2,285 (+4470%)
Mutual labels:  fetch
Fet.sh
🐢 a fetch written in posix shell without any external commands (sponsored by https://github.com/buffet/kiwmi, plz star)
Stars: ✭ 209 (+318%)
Mutual labels:  fetch
React Infinite Scroll Hook
A simple hook to create infinite scroll list components
Stars: ✭ 151 (+202%)
Mutual labels:  fetch
AxleJS
Fetch, supercharged.
Stars: ✭ 28 (-44%)
Mutual labels:  fetch
Bs Fetch
Fetch bindings for BuckleScript
Stars: ✭ 194 (+288%)
Mutual labels:  fetch
Svelte Boilerplate
Svelte application boilerplate with Webpack, Babel, PostCSS, Sass, Fetch, Jest, .Env, EsLint.
Stars: ✭ 216 (+332%)
Mutual labels:  fetch
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (+250%)
Mutual labels:  fetch
Zl Fetch
A library that makes the Fetch API a breeze
Stars: ✭ 186 (+272%)
Mutual labels:  fetch
React Native Easy App
Simpler storage, Simpler fetch, Simpler UI
Stars: ✭ 214 (+328%)
Mutual labels:  fetch
React Hooks Fetch
React custom hooks for data fetching with Suspense
Stars: ✭ 154 (+208%)
Mutual labels:  fetch
Vue Video
vue + vue-router + vuex + (fetch->axios)
Stars: ✭ 251 (+402%)
Mutual labels:  fetch
Holen
Declarative fetch for React
Stars: ✭ 152 (+204%)
Mutual labels:  fetch
Fetch Ponyfill
WHATWG fetch ponyfill
Stars: ✭ 209 (+318%)
Mutual labels:  fetch
owl-verbalizer
OWL verbalizer: making machine-readable knowledge also human-readable
Stars: ✭ 31 (-38%)
Mutual labels:  ace
React Fetches
🐙React Fetches a new way to make requests into your REST API's.
Stars: ✭ 253 (+406%)
Mutual labels:  fetch
Next Blog
基于react(ssr)服务端框架next.js和antd-design搭建的个人博客
Stars: ✭ 214 (+328%)
Mutual labels:  fetch

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].