PROD [Live] : https://react-markdown-prod.netlify.app/
- 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 andnpm start
to start up the development server on default port 3000.
HTML, CSS, JavaScript, React - Hooks ~ useState
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..