An interactive flashcard application for learning Python data engineering concepts, built with React and TypeScript.
- Interactive flashcards with flip animations
- Progress tracking and statistics
- Dark/light mode support
- Category-based filtering
- Keyboard navigation
- Responsive design
- Code examples with syntax highlighting
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/
├── components/ # React components
├── data/ # Flashcard data and types
├── hooks/ # Custom React hooks
└── utils/ # Utility functions
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- Vite
- Lucide React
Ed Bates (TECHBLIP LLC)
Some sections of this code were generated with the assistance of AI tools. These contributions were reviewed and integrated by the project creator(s).
Apache-2.0 License - see the LICENSE file for details
