GabrielMajeri / fcc-markdown-previewer

Markdown previewer PWA built using React

Home Page:https://www.gabrielmajeri.ro/fcc-markdown-previewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Markdown Previewer

Real-time Markdown previewer built with React and Marked. The interface is minimalistic (<textarea> next to an <output>) but works on both mobile and desktop.

Created as part of a freeCodeCamp frontend project.

Check out the live app here!

Running

After cloning the repository, you can install all dependencies with

npm install

To run a local development server with hot-reloading and debugging support, use

npm start

To build a production build (like the version published on GH Pages), use

npm run-script build

License

Code is available under the permissive MIT license.

About

Markdown previewer PWA built using React

https://www.gabrielmajeri.ro/fcc-markdown-previewer/

License:MIT License


Languages

Language:JavaScript 80.3%Language:CSS 9.9%Language:HTML 9.8%