This is a React application that allows you to enter Markdown language text and instantly see the parsed/rendered result. It's built using various technologies, including React, TypeScript, Tailwind CSS, Chakra UI, Marked, and Redux.
- Real-time Markdown rendering: As you type Markdown text in the editor, the previewer instantly shows you the rendered output.
- User-friendly interface: The application provides a clean and user-friendly interface for both editing and previewing Markdown content.
- React: A popular JavaScript library for building user interfaces.
- TypeScript: Enhancing code maintainability and type safety
- Tailwind CSS: A utility-first CSS framework for designing responsive and stylish user interfaces.
- Chakra UI: A simple, modular, and accessible component library for building React applications.
- marked: A fast and efficient Markdown parser and compiler.
- Redux: A state management library for managing the application's state.
This project is licensed under the MIT License. See the LICENSE file for details.