CuriousLearner / md-notes-app

A simple ReactJS app to write and preview notes in Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD Notes App

A simple ReactJS app to write and preview notes in Markdown. It stores the notes in localStorage.

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch

Here is what the app looks like:

 Screenshot of Notes MD App

About

A simple ReactJS app to write and preview notes in Markdown


Languages

Language:JavaScript 99.7%Language:CSS 0.2%Language:HTML 0.0%