hwiklhb / hwiklhb/Study-Flash-Cards

Leitner / Simple SRS Scheduling

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
JavaScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Description:** Implement a simple Leitner-style SRS: cards have a box and marking known/unknown moves card between boxes and updates nextReview (box → interval in days).

**Acceptance criteria:**
Card objects store box and nextReview.
Marking known increases box (up to max), unknown resets box to 1.
nextReview is computed from box and saved to localStorage.

Difficulty: Medium

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Card objects, the known/unknown marking entry points, and the localStorage persistence code. Implement box and nextReview state so known cards advance up to the maximum, unknown cards return to box 1, and the review interval is saved and restored from localStorage. Done means all acceptance criteria are met.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.