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.
- Host: GitHub
- URL: https://github.com/ericz99/text-editor
- Owner: ericz99
- License: mit
- Created: 2020-02-14T01:32:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:52:43.000Z (over 2 years ago)
- Last Synced: 2025-01-28T15:35:30.484Z (8 months ago)
- Topics: javascript, production-ready, reactjs, text-editor, text-editor-for-web
- Language: JavaScript
- Size: 1.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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