Skip to content

duncan-s-white/markdown-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Previewer

This 'Build a Markdown Previewer' exercise is from the Front End Development Libraries Projects on freecodecamp.org

You can view this project on my GitHub pages: duncan-s-white.github.io/markdown-previewer/

This was my first project bootstrapped with Create React App.

The project uses:

  • Class components.
  • Custom CSS to style in a windows 95 style, for fun!

Some dependencies used:

  • remarkable - for the conversion of the markdown to HTML
  • fortawesome - for icons
  • gh-pages - to build and deploy to GitHub pages

How to run locally

Clone the project to your machine. Then in the project directory, to install dependencies, run the command:

npm install

Then to run the app in development mode, run the command:

npm start

Open http://localhost:3000 to view it in your browser.

About

Free Code Camp - Simple React Markdown Previewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published