A companion web app for Phasmophobia players to track evidence, identify ghosts, learn about equipment, and test their knowledge with trivia.
Track evidence found during investigations to narrow down which ghost is haunting the location. Click evidence items to select/deselect and see matching ghosts update in real-time.
Browse all 24 ghost types with detailed information including:
- Required evidence
- Unique abilities
- Weaknesses
- Hunt thresholds
Learn about all ghost hunting equipment including items from the Chronicle update:
- Starter equipment
- Detection tools
- Protection items
- Utility gear
Filter by category to find what you need quickly.
Test your Phasmophobia knowledge with a quiz featuring questions about ghosts, evidence, and game mechanics. Track your high score!
Phasmo-App/
├── index.html # Home page with navigation
├── style.css # Main stylesheet
├── script.js # Core JavaScript functionality
├── ghosts.json # Ghost data (24 types)
├── equipment.json # Equipment data
├── trivia.json # Trivia questions
├── assets/
│ └── spooky-img.png # Background image
└── pages/
├── evidence.html # Evidence tracker page
├── guide.html # Ghost guide page
├── equipment.html # Equipment guide page
└── trivia.html # Trivia game page
- Theme: Dark horror aesthetic with red (#ff4444) and green (#66ff66) accents
- Font: Creepster for headers, Verdana for body text
- Effects: Glowing text, hover animations, smooth transitions
- Layout: Responsive design that works on desktop and mobile
The app uses JSON files to store game data:
- ghosts.json - 24 ghost types with evidence, abilities, and weaknesses
- equipment.json - All equipment with descriptions, usage tips, and categories
- trivia.json - Quiz questions with multiple choice answers
Made with ❤️ for ghost hunters