/markdown-previewer

A markdown previewer that will render your markdown text into a nicely formatted writings.

Primary LanguageJavaScriptMIT LicenseMIT

Markdown Previewer

A markdown previewer that will render your markdown text into a nicely formatted writings.
Built with React, on top of minimal-reactjs-boilerplate by Nikhil-Kumaran.
The app is using using marked to parse the text and react-html-parser to convert the output html into React components.

Getting Started

  • npm start - run the app in the development mode.
  • npm run build - builds the app for production to the build folder.


Thanks to freeCodeCamp for the detailed user stories guide to built this project.