Skip to content

Taran1508/MarkdownMagic

Repository files navigation

Markdown Magic

This project is a Node.js application designed to upload Markdown files and convert them into HTML dynamically. It includes a user-friendly HTML form for file uploads and utilizes Multer for handling file uploads securely. Markdown-it is used to parse Markdown content and render it as HTML for display.

Features

  • Upload Markdown files
  • Convert Markdown files to HTML
  • Display the converted HTML with Tailwind CSS styling

Technologies Used

Prerequisites

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/markdown-to-html-converter.git
    cd markdown-to-html-converter
    
  2. Install Dependencies:

    npm install express multer markdown-it
    
  3. Create necessary directories:

    mkdir uploads
    
  4. Run the server:

    node app.js
    
  5. Open your web browser and go to:

    http://localhost:3000
    

Contributing

Feel free to fork the repository and contribute to its development. Pull requests are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published