An interactive flashcard application for studying cybersecurity concepts. This React-based app helps users test their knowledge across different cybersecurity domains with confidence tracking and progress monitoring.
- Interactive Flashcards: Click to flip cards and reveal answers
- Domain Filtering: Study specific cybersecurity domains or all domains at once
- Confidence Tracking: Rate your knowledge level for each card:
- ⚡ Knew it right away
- 🤔 Had to think for a moment
- 🧠 Had to think for a while
- 👀 Peeked at the answer
- Progress Monitoring: Track your progress through the quiz
- Color-Coded Domains: Each cybersecurity domain has its own color scheme
- Completion Summary: Get a detailed breakdown of your performance
- User Authentication: Sign in with email/password, Google, or continue as guest
- Progress Synchronization: Your progress is automatically synced across devices
- Confidence Pile Consistency: Your confidence ratings are synchronized between all your devices
- User Profiles: Manage your account and preferences
- Blue - General Security Concepts: CIA triad, AAA framework, Zero Trust, security controls
- Red - Threats, Vulnerabilities & Mitigations: Phishing, malware, ransomware, threat actors
- Green - Security Architecture: VPN, network segmentation, TLS, cloud services
- Yellow - Security Operations: SIEM, system hardening, incident response
- White - Program Management & Oversight: AUP, risk management, RTO
-
Install dependencies:
npm install
-
Set up Firebase (optional but recommended for full features):
- Follow the Firebase Setup Guide to configure authentication and database
- Create a
.env.localfile with your Firebase configuration
-
Start the development server:
npm run dev
-
Open your browser and navigate to the local development URL
-
Click "Sign In" in the top right to create an account or sign in
- React 19
- TypeScript
- Tailwind CSS
- Lucide React (for icons)
- Vite (build tool)
- Firebase (authentication & database)
- Framer Motion (animations)
- Select the domains you want to study using the domain filter buttons
- Click on a flashcard to flip it and reveal the answer
- Rate your confidence level using the buttons that appear after flipping
- Navigate through cards using the Previous/Next buttons
- Use the Reset Quiz button to start over
- View your progress and confidence tracking in real-time
The app automatically synchronizes your progress across all devices:
- Automatic Sync: Changes are automatically synced to the cloud when you rate your confidence
- Cross-Device Consistency: Your confidence piles remain consistent between devices
- Manual Sync: Use the "Sync Data" button in your profile menu to manually trigger synchronization
- Sync Status: Visual indicators show when data is being synced or if there are any issues
If your confidence piles aren't syncing between devices:
- Make sure you're signed in with the same account on both devices
- Check your internet connection
- Try manually syncing using the "Sync Data" button in your profile menu
- Look for sync status indicators in the header and bottom-right corner
- If issues persist, try signing out and back in
The app provides a comprehensive learning experience for cybersecurity professionals and students preparing for certifications or interviews.