Markdown Previewer is a web application developed as part of the freeCodeCamp curriculum to deepen my understanding of React and modern front-end development practices. The application enables real-time Markdown editing with a live preview, providing an interactive and efficient writing experience.
It is built using React, with **Marked.js** for parsing GitHub Flavored Markdown and **DOMPurify** for secure HTML rendering. The application demonstrates the ability to handle dynamic content safely while maintaining a smooth and responsive user interface.
Through this project, I was able to:
* Apply React Hooks effectively
* Improve my skills in state management
* Develop dynamic and interactive user interfaces
This project contributed significantly to strengthening my practical experience in building modern front-end applications using React.