Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.08 KB

File metadata and controls

50 lines (35 loc) · 1.08 KB

Markdown Editor

Description

Markdown Editor is a React-based project for editing Markdown text, with support for emojis, styling via Styled Components, and secure rendering using Rehype and Remark.

Project Structure

  • Framework: React + Vite
  • Language: TypeScript
  • Styling: Styled Components + SASS
  • Markdown Rendering: React Markdown + Remark GFM + Rehype
  • Routing Management: React Router DOM

Usage Instructions

Installation

npm install

Development Environment

npm run dev

Project Build

npm run build

Code Linting

npm run lint

Preview Build

npm run preview

Example

Click Here to view the GitHub Repository

GIF Exemplo / Example GIF

Notes

This project uses Vite for development and build, ESLint for code validation, and TypeScript for safe typing. Markdown is securely rendered using Rehype and Remark.