A modern, feature-rich markdown editor with live preview built with React, TypeScript, and Tailwind CSS.
- Live Preview: See your markdown rendered in real-time as you type
- GitHub-Flavored Markdown: Full support for GFM features including tables, code blocks, and more
- Responsive Design: Works seamlessly on desktop and mobile devices
- Auto-Save: Your work is automatically saved to local storage
- Clean Interface: Minimalist design focused on writing
- Syntax Highlighting: Code editor with markdown syntax highlighting
- Node.js (version 16 or higher)
- npm or yarn
-
Clone or download this repository
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
- React - UI library
- TypeScript - Type safety
- Vite - Build tool and development server
- Tailwind CSS - Styling
- CodeMirror - Code editor
- Marked - Markdown parser
- Lucide React - Icons
This project is open source and available under the MIT License.