Skip to content

devlpr-nitish/PreExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •