Intuitive and lightweight flashcard app using Next.js and Supabase.
Try it out at 62elements.vercel.app!
- flashcard library
- view flashcards as flippable cards or in a table
- flashcard study with term-to-definition, definition-to-term, short answer, and multiple choice modes
- card shuffling
- per-session study progress tracking
- track, store, and filter flashcard difficulty
- adaptive study algorithm
- user accounts and save progress by account
- create new flashcard sets
- add, remove, and edit existing flashcards
- store star status
- test mode
- leaderboards
Start Next.js:
npm run dev