0.1.1 • Published 4 years ago

@benjamin-gambling/markdown-previewer v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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