whitepear / markdown-previewer

A React.js application that allows users to type GitHub-flavoured markdown into a text-area field and preview the processed output, which updates with each keystroke.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This application is live at: https://whitepear.github.io/projects/react/markdown/app/index.html

A React.js application that allows users to type GitHub-flavoured markdown into a text-area field and preview the processed output, which updates with each keystroke.

The application architecture is designed around a stateful container component, within which two stateless functional components reside. The application utilises the 'Marked' library in order to interpret markdown within the input area. Styling is implemented via Sass.

About

A React.js application that allows users to type GitHub-flavoured markdown into a text-area field and preview the processed output, which updates with each keystroke.


Languages

Language:JavaScript 77.6%Language:CSS 13.2%Language:HTML 9.2%