mariagus / markdown-previewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown

My second React project, which I built as part of the FreeCodeCamp front-end library certification.

In order to build this app, I had to use a library (React-Markdown) for handling the Markdown parsing. This taught me how to make use of npm libraries in React applications and how to decipher library documentation.

Tech stack

  • React

How to run the app

You can view the app here: https://mariagus.github.io/markdown-previewer/.

To run the app locally:

  • Clone and download repo
  • Run yarn install
  • Run yarn start

About


Languages

Language:JavaScript 73.0%Language:HTML 19.7%Language:CSS 7.3%