https://github.com/debrajhyper/editoraft
https://github.com/debrajhyper/editoraft
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/debrajhyper/editoraft
- Owner: debrajhyper
- Created: 2024-01-14T16:32:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T14:07:43.000Z (about 1 year ago)
- Last Synced: 2024-12-22T23:14:39.559Z (5 months ago)
- Language: JavaScript
- Homepage: https://editoraft.vercel.app
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editoraft

## Rich Text Editor using Draft.js within ReactJS with the following specifications
- The editor written in Draft.js
- `#` as the first string in a line & pressing space make anything you type afterwards on the same line be in a “Heading” format. On pressing space the aforementioned `#` disappear.
- See “This is Heading” line in the layout image above.
- `*` as the first string in a line and pressing space correspond to “bold” format
- `**` and space = red line
- `***` and space = underline
- Pressing `Save` button persist everything typed in the editor into `localstorage`. On refreshing the page, the saved info refilled into the editor.# 👨🏻💻 Technology used
- HTML
- CSS
- Vite
- JavaScript
- React.js
- Draft.js