hwiklhb / hwiklhb/Study-Flash-Cards
Import/Export Deck (JSON)
Open
good first issue
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Description:** Add import/export functionality for a deck to download/upload JSON files. Validate incoming JSON schema before import.
**Acceptance criteria:**
Export button downloads the selected deck as a JSON file.
Import button accepts a JSON file, validates the schema, and adds/replaces deck data.
Invalid files show a clear error message; valid imports persist to localStorage.
Difficulty: Medium
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.