Code_MarkDraw is a versatile web application that allows you to take notes in markdown format and draw on a canvas using your mouse or a stylus. Whether you're jotting down ideas, sketching diagrams, or combining both, MarkDraw offers a seamless and intuitive user experience.
- Markdown Editor: Write and preview notes in markdown.
- Drawing Canvas: Sketch and annotate with a responsive canvas.
- Save Notes: Store your markdown notes and drawings for later reference.
- Easy to Use: Simple and clean interface for efficient note-taking and drawing.
- Frontend: React, React-Markdown, Fabric.js
- Backend: Node.js, Express, MongoDB
- Styling: CSS
-
Clone the repository:
git clone https://github.com/your-username/markdraw.git cd markdraw
-
Install dependencies for frontend:
cd client npm install
-
Install dependencies for backend:
cd ../backend npm install
-
Run the backend server:
node server.js
-
Run the frontend development server:
cd ../client npm start
Contributions are welcome! Feel free to open an issue or submit a pull request with your improvements.