Skip to content

aks318/Code-Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A code-editor to run HTML, CSS and JS code and live output beside it. Developed using ReactJS.

Features:

  • Live code output
  • Dark Mode
  • Download code as download.txt
  • Responsive Screen

Used ACE Editor (https://ace.c9.io/) as code editor.

Instructions to run:

In the project directory, you must run:

  1. Installs the libraries.

npm install


  1. Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

npm start

The page will reload if you make edits.
You will also see any lint errors in the console.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • HTML 21.6%
  • CSS 17.5%