A React app to preview and edit Markdown

Markdown Editor

React Webapp to edit and preview markdown

Features

  • Live Preview
  • Copy to clipboard
  • Save as HTML
  • Works offline (PWA)
  • One-tap clear button
  • Adjustable window size

Setup locally

Requirements ๐Ÿซ

  • Node.js
  • npm
  • Git (optional)

Common setup โš’

Clone the repo and install the dependencies.

git clone https://github.com/aromalanil/Markdown-Editor.git
cd Markdown-Editor
npm install

Run in development mode ๐Ÿงช

Execute the following command to run the app in the development mode.

npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

Generate a Build ๐Ÿ“ฆ

npm run build

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Now the app is ready to be deployed!

Download Details:

Author: aromalanil

Demo: https://editmarkdown.netlify.app/

Source Code: https://github.com/aromalanil/Markdown-Editor

#react #javascript #reactjs

A React app to preview and  edit Markdown
4.40 GEEK