Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.66 KB

Markdown Previewer

App edit and previsualize your markdowns

Available live here

About the Project

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

Technologies used for this project.

HTML CSS JS React Redux SASS Marked

How to start project

Install project dependecies:

npm install

Start the web server

npm start