Skip to content

praveen-1995/markdown-react-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Ⓜ️

PROD [Live] : https://react-markdown-prod.netlify.app/

Markdown consists of a straight forward user interface where there is a

  • Text area where the user can input Markdown which will preview the result in HTML code rendered by the browser.
  • Custom styles for images, blockquote, pre which has been implemented are handled by CSS.
  • To run the project locally, clone the repo, npm install to install the dependencies and npm start to start up the development server on default port 3000.

Languages

HTML, CSS, JavaScript, React - Hooks ~ useState

Packages

React Markdown

Deployment / Hosting

Netlify


To install React Markdown

npm install react-markdown

Note: I have developed this project ~ [16] as part of React and Projects Course taught by John Smilga..