About this project
This application provides a text area for users to input Markdown syntax and displays the corresponding HTML output simultaneously.
This project was built using
- React
- Marked.js
- JavaScript
- HTML
- CSS
The project provides the following features
- Real-time conversion of Markdown to HTML
- Syntax highlighting for code blocks
- Responsive and user-friendly interface
Technical details
- Integrates Marked.js library for Markdown parsing
- Manages input and output synchronization using React state
- Applies custom CSS for enhanced styling and layout