I have created this app as a part of the FreeCodeCamp Front End Libraries Certification. This app is built using ReactJS and uses the MarkedJS library to convert the markdown to HTML.
- Clone the repository
- Run
npm installto install the dependencies - Run
npm startto start the development server - Open
http://localhost:3000in your browser
You can view the live demo of the app here.