Skip to content

cristalnaya/react-markdown-previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Build a Markdown Previewer

FreeCodeCamp Markdown Previewer is a simple app, built with react.

Install and Run the app

  • Clone this repo in your terminal with the command git clone https://github.com/cristalnaya/react-markdown-previewer.git
  • or just download it to your computer
  • change directory into cd react-markdown-previewer
  • run npm install in your terminal
  • run npm start and the app will run locally on port: 3000

Note: Node JS and NPM (Node Package Manager) is required to install and run the application.

Structure of the App

├── package.json
├── package-lock.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── README.md
└── src
    ├── App.css
    ├── App.js
    ├── components
    │   ├── Preview.js
    │   └── Textarea.js
    └── index.js

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Tools and Libraries Used

About

FCC Markdown Previewer App, built with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published