Skip to content

A simple Editor built using React

Notifications You must be signed in to change notification settings

stableapple/editor

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