This is a notes app built with 4 additional features added apart from the existing features from React markdown editor (react-mde-11.5.0). The list of 4 additional features are as follows -
- Sync notes with local storage (browser storage)
- Add custom note summary titles to the sidebar note headings instead of the default (#Note1, #Note2)
- Move recently modified notes to the top of the list
- Delete notes
====================================================
Dependency packages -
- React MDE - npm i react-mde [A simple yet powerful and extensible React Markdown Editor that aims to have feature parity with the Github Markdown editor. React-mde has no 3rd party dependencies.]
- React Split - npm i react-split [The component wraps multiple children components to create a resizeable split view. ]
- Showdown - npm i showdown [Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with NodeJs).]
- Nanoid - npm i nanoid@3.1.28 [A tiny, secure, URL-friendly, unique string ID generator for JavaScript.]