Welcome to the Flashcard Project! This project allows users to upload Markdown files, generate flashcards, and download the generated flashcards as a CSV file.
The Flashcard Project is a web application that helps users create flashcards from Markdown files. Users can upload a Markdown file, generate flashcards, and download the flashcards as a CSV file for easy use in other applications.
To get started with the Flashcard Project, follow these steps:
- Clone the repository:
git clone https://github.com/keanteng/flashcard
- Navigate to the project directory:
cd flashcard-project
- Install the dependencies:
npm install
- Start the development server:
npm run dev
Follow these steps to use the Flashcard Project:
- Upload a Markdown file using the dropzone.
- Click the "Generate Flashcards" button to generate flashcards.
- Download the generated flashcards as a CSV file.