Skip to content

rijusougata13/codeEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Online Code Editor to write and execute c++ and python code. https://codeeditor13.netlify.app/

How to start

  • fork the repo and clone in your machine
  • go to directory and run npm install
  • from project directory go to backend folder with cd backend/ , install dependencies with npm install and run node index.js to start backend server.
  • from project directory go to client folder with cd client/ , install dependencies with npm install and run npm start to start react app.

Feature

  • Added support for custom input
  • Automatically terminate application if got into infinite loop

Tech stack

  • React as frontend library
  • Nodejs/Express for backend
  • Mongo for database

Gallery

simplescreenrecorder-2021-10-26_19 26 58

About

Online Code Editor to write and execute c++ and python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published