MarkItDown is a web application built with ReactJS, it provide a seamless and intuitive markdown editing experience. This project allows users to create, edit, and manage their notes using markdown syntax, offering a clean and efficient interface for note-taking. With Firebase integration, MarkItDown ensures secure storage and real-time synchronization of notes.
- Markdown Editing: Full support for markdown syntax including headers, lists, links, images, code blocks, and more.
- Live Preview: Real-time preview of markdown content as you type.
- User-Friendly Interface: Intuitive and responsive design for a smooth user experience.
- Note Management: Create, edit, and delete notes with ease.
- Firebase Integration: Utilizes Firebase to manage and store user notes securely in the cloud.
- ReactJS: A JavaScript library for building user interfaces.
- Firebase: Backend-as-a-Service (BaaS) for database management.
- Vite: A modern build tool that provides a fast and optimized development environment.
- CSS: Custom styles for a polished and professional look.
- Clone the repository:
git clone https://github.com/yourusername/markitdown.git
- Navigate to the project directory:
cd markitdown
- Install dependencies:
npm install
- Start the development server:
npm run dev
Contributions are welcome! Please open an issue or submit a pull request with your improvements.