An open API service indexing awesome lists of open source software.

https://github.com/ericz99/text-editor

Rich Text Editor. Built w/ ReactJS.
https://github.com/ericz99/text-editor

javascript production-ready reactjs text-editor text-editor-for-web

Last synced: 7 months ago
JSON representation

Rich Text Editor. Built w/ ReactJS.

Awesome Lists containing this project

README

          

## Text Editor

A simple rich text editor, built with ReactJS.

- https://blooming-coast-63344.herokuapp.com/#

### Installation

Text Editor requires the following...

- [Node.js (LTS Version)](http://nodejs.org/)
- [YarnPKG](https://yarnpkg.com/lang/en/docs/install/#windows-stable)

Quick start:

```bash

# To run production server
yarn run prod

```

## Pictures

![pic1](https://i.imgur.com/CNNlLWM.png)

## Bugs

- There's still a few UI bug perspective, like color picker doesn't trigger on the spot. It will only trigger when you go on a new line, or select a text.

## App Info

### Author

Eric Zhang

### Version

1.0.0

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details