Skip to content

eshant52/draft-editor

Repository files navigation

Note draft editor

A simple react based editor application using draft js library.

Note - This is in development progress.

Specification

screenshot

  1. Enter # and space -> heading block
  2. Enter * and space -> bold line
  3. Enter ** and space -> red line
  4. Enter *** and space -> under line
  5. Save button will save your text into localstorage

Requirements

Installation

NOTE - You can clone this repository locally or fork this project by using codesandbox repo link

  1. clone the repo
  2. then do following command to run in dev
npm install
npm run dev

Releases

No releases published

Packages

No packages published