A simple and efficient web application for converting Markdown to PDF.
- Clean and intuitive interface for easy navigation.
- Real-time Markdown preview (optional, planned for future updates).
- Server-side PDF generation powered by ReportLab and xhtml2pdf.
- Frontend: React, Tailwind CSS
- Backend: Python, Flask
- PDF Generation: ReportLab, xhtml2pdf
git clone https://github.com/yourusername/markdowner.git
cd client
npm install
cd server # Navigate to the backend directory
pip install -r requirements.txt
python app.py # Replace `app.py` with your backend's entry point if different
npm start
Visit the application in your browser at http://localhost:3000.
If you'd like to suggest major changes, please open an issue first to discuss your ideas. Pull requests for smaller improvements are also appreciated.