The goal of this App is that you can create and see the result of your Markdown texts easier.
It is very easy, you create your new note whith the + button and whatever you whant to do is up to you, there are some buttons in the top of the editor to make some changes easier (Header, Bold, Italic, etc).
Your notes will save in localStorage so they are saved even if you close the page.
You can download this repository to edit the code as you want
This app was created using create-react-app and use the react-mde showdown react-split and nanoid dependencies
Run npm install, then npm run and it should open the developer server at Local Host and ready to go!