Skip to content

a markdown previewer project, idea for project gotten from Freecodecamp's frontend certification project.

Notifications You must be signed in to change notification settings

chideraao/markdown-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a markdown previewer project created by me, idea for project gotten from Freecodecamp's frontend certification project.

Project available here.

Functionalities

  • A custom markdown previewer.
  • Offline Previews

Usage

# heading

## This is a sub-heading...

` single-line code`

```
multi-line code
```

**bold**
_italic_
~~crossing stuff out~~

> Block Quotes!"

- Bullet points

Built With

  • ReactJS
  • CSS3
  • Marked (npm package)

Development

  1. Clone the Repository and change directory
git clone https://github.com/chideraao/markdown-previewer.git
cd markdown-previewer
  1. Install the dependencies.
npm install
  1. Run app locally.
npm start

Shalom

About

a markdown previewer project, idea for project gotten from Freecodecamp's frontend certification project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published