A simple, yet powerful markdown editor that lets you create, edit, delete, save, view, and download your markdown files. It provides a simple and intuitive interface for creating and editing markdown files, with real-time preview capabilities. The project is built with React and TypeScript.
It's my solution to Frontend-Mentor's Markdown Editor Challenge
A live demo of the application is hosted at https://react-markdown-editor-v2.netlify.app/
- Create, edit, and delete markdown files
- Save markdown files to local storage
- View and download markdown files
- Dark mode support
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/nirajbagdi/markdown-editor.git
- Navigate to the project directory:
cd markdown-editor
- Install the dependencies:
npm install
- Run the application:
npm start
The application will be available at http://localhost:3000.
- React - A JavaScript library for building user interfaces.
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.
- React-Markdown - A markdown component for React.