Skip to content

This is a notes app built with 4 additional features added apart from the existing features from React markdown editor

Notifications You must be signed in to change notification settings

tirtheshPawar/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

NotesApp

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 -

  1. Sync notes with local storage (browser storage)
  2. Add custom note summary titles to the sidebar note headings instead of the default (#Note1, #Note2)
  3. Move recently modified notes to the top of the list
  4. Delete notes

====================================================

Dependency packages -

  1. 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.]
  2. React Split - npm i react-split [The component wraps multiple children components to create a resizeable split view. ]
  3. 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).]
  4. Nanoid - npm i [email protected] [A tiny, secure, URL-friendly, unique string ID generator for JavaScript.]

About

This is a notes app built with 4 additional features added apart from the existing features from React markdown editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages