Skip to content

yafira/markdown-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Markie, A Markdown Notes App

The use of Markdown allows one to spend less time on formatting the text and therefore create rich text content using only the Markdown syntax.


Objectives:

  • Learn how to design a Markdown note-taking application in React that can help one to quickly jot down notes and save notes to the browser's localStorage.

  • Use the React library to create the User Interface as it would handle the updating of the DOM as required.

  • Install and learn to use npm packages such as:

      react-split: A simple yet powerful and extensible React Markdown Editor that aims to have feature parity with the Github Markdown editor.
    
      nanoid: A tiny, secure, URL-friendly, unique string ID generator for JavaScript.
    
      react-mde:  Which renders React components within the markdown and markdown as React components
    
      react-showdown: A Javascript Markdown to HTML converter
    

gif

About

A markdown notes app in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published