A markdown previewer built with ⚛ React ⚛ and marked.js as part of the FreeCodeCamp Front-end certification. The specification page can be found here: freecodecamp markdown previewer.
Clone the repo git clone https://github.com/MattLdwig/react-markdown-preview.git
Install dependencies npm install
Start with npm start
and open localhost:3000
to view it in the browser.
Simply type markdown in the left part to see the result in the right part. The compilation is done in real time.
Placeholders (text and image) comes from Wikipedia .
This application is licensed as MIT.