An open API service indexing awesome lists of open source software.

https://github.com/curiouslearner/md-notes-app

A simple ReactJS app to write and preview notes in Markdown
https://github.com/curiouslearner/md-notes-app

Last synced: 2 months ago
JSON representation

A simple ReactJS app to write and preview notes in Markdown

Awesome Lists containing this project

README

          

# 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](/images/demo.png "Notes Markdown App")