# KardSkript KardSkript is an interactive flashcard application that combines the simplicity of traditional flashcards with the flexibility of scripting. Think of it as **Anki + scripting**: every line of code you write generates flashcards that can be displayed, dragged, zoomed, and customized on the board. 🚀 **Demo:** [kardskrip.netlify.app](https://kardskrip.netlify.app/) --- ## Features - Create flashcards using simple scripting - Zoom and drag flashcards on the board - Math formula rendering with **KaTeX** - Code and HTML block support - Image support *(coming soon)* --- ## 🛠 Getting Started You can try KardSkript in two ways: ### 1. Online Demo Visit [kardskrip.netlify.app](https://kardskrip.netlify.app/) to explore KardSkript without installation. ### 2. Run Locally Clone the repository and run it on your machine: ```bash # Clone the repository git clone https://github.com/nabeellagi/KardSkript.git # Navigate into the project cd kardskript # Install dependencies npm install # Run the development server npm run dev