App edit and previsualize your markdowns
Available live here
This is a React based app to Build the Markdown Previewer for freeCodeCamp Front End Development Libraries project. In this app you have an editing panel in which you can write your markdown code and it will be interpreted and shown in a preview panel.
Read more about Markdown
Install project dependecies:
npm install
Start the web server
npm start