a markdown previewer project created by me, idea for project gotten from Freecodecamp's frontend certification project.
Project available here.
- A custom markdown previewer.
- Offline Previews
# heading
## This is a sub-heading...
` single-line code`
```
multi-line code
```
**bold**
_italic_
~~crossing stuff out~~
> Block Quotes!"
- Bullet points
- ReactJS
- CSS3
- Marked (npm package)
- Clone the Repository and change directory
git clone https://github.com/chideraao/markdown-previewer.git
cd markdown-previewer
- Install the dependencies.
npm install
- Run app locally.
npm start