A flashcard generation application built with Vue 3 and Vite.
This project is a web application for creating, managing, and studying with digital flashcards. It leverages the power of Vue 3's Composition API and Vite's fast development environment.
- Create and manage flashcard decks
- Add cards with front and back content
- Study mode with card flipping
- Track learning progress
- Node.js (version 14.x or higher)
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- Vue 3 with Composition API
- Vite for fast development and building
- Vue Router for navigation
- Modern ES6+ JavaScript
The application follows the standard Vue 3 + Vite project structure with components, views, and assets organized in a modular way.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.