Project - 17
Project 17: Flashcard App
Build a flashcard learning tool. Users can create cards with a question on the front and answer on the back. Include flip animation and the ability to mark as known/unknown.
👀 Show Example Solution
<!-- Card creation form + flip animation --> <script> // Flashcard logic with flip effect </script>
