This application aims to edit the text entered by the user, where all changes are applied in real time.
- Text and Image Styles.
- Light and dark mode selector (state in local storage).
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/trpiano/RichTextEditor
# Access
$ cd RichTextEditor
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>Made with 💜 by Timoteo Piano


