Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.16 KB

File metadata and controls

50 lines (39 loc) · 1.16 KB

PrepExport

Open Source tool to convert DSA Sheets (Striver, etc.) into Excel, Markdown, Notion/CSV.

Features

  • Multi-Format Export: Get your problems in Excel (.xlsx), Markdown (.md), or CSV (for Notion/GDocs).
  • Plugins System: Easily add new sheet parsers or export formats.
  • Clean UI: Distraction-free interface built with Next.js and Tailwind.

Supported Sheets

Currently, we support all Striver's DSA Sheets (SDE Sheet, A2Z, Blind 75, Striver's 79). We are actively working on adding support for more sheets (Love Babbar, Cracking the Coding Interview, etc.) in the future.

Getting Started

Prerequisites

  • Node.js 18+

Installation

  1. Clone the repo
    git clone https://github.com/nitishkumar/dsa-sheet-to-excel.git
  2. Install dependencies
    cd apps/web && npm install
    cd ../api && npm install

Running Locally

You need two terminals:

Backend:

cd apps/api
npm run dev

Frontend:

cd apps/web
npm run dev

Visit http://localhost:3000.

Contributing

See CONTRIBUTING.md for details on how to add new sheets or formats.

License

MIT