/markd

MARKD is a pretty simple markdown preview app.

Primary LanguageJavaScript

M A R K D

Live Demo 🚀

badalsaibo.github.io/markd

Introduction 🗒

M A R K D is a pretty simple markdown preview I created on React to learn about shared state. Wireframing for the site was done on Figma.

Setup 🛠

The setup is pretty minimal. It loads React in a script tag, and uses Marked.js for parsing the markdown.

You can clone the repository, cd into it and start a live-server.