Building My Flashcard App
April 29, 2026
This flashcard app uses HTML for structure, CSS for design, and JavaScript for logic. It saves cards using localStorage, which means cards stay saved in the browser even after refreshing.
Features
- Add flashcards
- Flip between question and answer
- Move to previous and next cards
- Delete cards
- Save cards with localStorage