Skip to content

benjamin-gambling/markdown-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Previewer

This project was completed as part of the Free Code Camps Front End Libraries Assignment.

This project was created using React and bootstrapped with Create React App.

The aim of the project was to create a markdown previewer that shows in real time the markdown code you are writing with instate updates. This shows how well react works when updating state. the convert from markdown i used marker.js to parse the code for me.

Markdown Previewer

Table of contents

  1. Demo
  2. Technologies
  3. Features
  4. Development
  5. Installation
  6. License

Demo

Here is the working live demo: https://benjamin-gambling.github.io/markdown-previewer/.

Technologies

Features

  • Converts .md code into formatted readable text
  • Used to create README.md files for repos
  • Saves time by avoiding incorrect commits
  • Mobile Friendly
  • Can be installed locally

Development

  • Toolbar
  • Save text straight to README.md

Installation

  1. Download locally to desktop npm install @benjamin-gambling/markdown-previewer

  2. Naviagte to Directory
    cd path/to/file

  3. Lauch App Locally
    npm start

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

This README was made using my React ReadMe Maker