A simple and intuitive markdown editor with real-time preview. It allows you to create, edit, save, and download markdown files while keeping the interface simple and user-friendly.
This project is my solution to Frontend Mentor's Markdown Editor Challenge.
- Write and edit markdown with a live preview.
- Create, save, and delete markdown files.
- Download markdown files for offline use.
- Dark mode support.
- Saves files in local storage for easy access.
- React – Component-based UI.
- TypeScript – Strongly typed JavaScript for better maintainability.
- React-Markdown – Renders markdown inside React components.
git clone https://github.com/nirajbagdi/markdown-editor.git
npm install
npm start
Runs on http://localhost:3000