Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 489 Bytes

Markdown Previewer

An app that allows you to edit and preview markdown text. Live preview of the app can be found here.

Technology used

  • React.js.
  • marked: for compiling markdown.
  • DOMPurify: for sanitizing input.

Additional

This project was made for Free Code Camps' "Front End Development Libraries certification".