DownTheMatrix / markdown-previewer

A markdown previewer app built with React.js and Bulma.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

A simple Markdown Previewer App built with React.js and Bulma.css which allows converting markdown text into HTML.

App Screenshot

How To Run The App

To get started you'll need:

  • clone the project or download it as a .zip file
  • open the terminal
  • cd into the project folder
  • install all project dependencies with npm install
  • start the development server with npm run start

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Dependencies

The app was realized using React.js and Bulma.css. The parsing was achieved thanks to Marked.js.

License

This app is released under a MIT license.

About

A markdown previewer app built with React.js and Bulma.css


Languages

Language:JavaScript 75.3%Language:CSS 16.9%Language:HTML 7.8%