Flashcards – study app
A personal study tool in progress: an app for creating and drilling flashcards, built with Spring Boot and React. I'm building it to revise for the exams in my standalone courses — and to go deeper into modern, spec-driven development with Claude Code and OpenSpec. The foundation (monorepo, API and database) is in place; the rest is on a clear roadmap.
- Monorepo: Spring Boot backend (Java 21), React frontend (TypeScript/Vite) and PostgreSQL.
- Spaced repetition with the SM-2 algorithm for efficient review (planned).
- AI-generated cards from text and PDF via the Claude API (planned).
- Built step by step along a ten-step roadmap — the foundation (step 1) is done.