sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
2k stars 493 forks source link

React MarkDown Editor #255

Closed its-kumar-yash closed 10 months ago

its-kumar-yash commented 11 months ago

Describe the project you want to add with tech stack The Markdown Editor is a web app created with React, it allows users to write and preview Markdown content in real-time built using React.js

Expected behavior Live Markdown Preview: As you type in the editor, the preview section updates in real-time to show the rendered Markdown content. Support for Markdown Syntax: The previewer supports various Markdown elements such as headers, links, code blocks, lists, blockquotes, images, and formatting (e.g., bold, italic). Responsiveness: Responsive for screen sizes.

its-kumar-yash commented 11 months ago

Kindly Assign this to me