Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betich/markdown-previewer
A FreeCodeCamp project. Used to preview markdown online.
https://github.com/betich/markdown-previewer
Last synced: 3 days ago
JSON representation
A FreeCodeCamp project. Used to preview markdown online.
- Host: GitHub
- URL: https://github.com/betich/markdown-previewer
- Owner: betich
- Created: 2020-06-03T20:23:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T02:31:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T00:01:00.372Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Previewer
![Screenshot](https://www.dl.dropboxusercontent.com/s/f31g6xdydzxe6xq/markdown-converter.png "Screenshot")
Codepen Link: https://codepen.io/Betich/full/eYJmNvO
## Resources
* [Marked.js](https://github.com/markedjs/marked "markedjs") - Markdown Parser
* [DOMPurify](https://github.com/cure53/DOMPurify "dompurify") - HTML Sanitizer
* [React](https://reactjs.org/ "reactjs") - Frontend Framework----
*This project is made for a FreeCodeCamp Certificate project.**This project is also my first react.js project!*