Skip to content

stableapple/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor

Editor is a responsive HTML/CSS/JS code editor that renders the code you type in real-time.

Try it here: Demo

Installation

  1. Clone the repository
  2. cd into editor and run npm install
  npm install
  1. Run npm start to run this on your local server. This opens port 3000.
  npm start

Run tests

  • The test setup is done using Jest and Enzyme. Read more about it: Enzyme Docs
npm run test

Package and Interfaces

Features

  • Live syntax checker which checks and displays syntax errors.
  • Download the code as .html,.css and .js file
  • Auto completion enabled as default
  • Syntax Highlighting
  • Resizable Code/Preview Pane

Browser Support

Editor works in all modern web browsers and IE10+.

About

A simple Editor built using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published