Skip to content

VortexDevX/PhasmoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 Phasmophobia App

A companion web app for Phasmophobia players to track evidence, identify ghosts, learn about equipment, and test their knowledge with trivia.

Phasmophobia HTML5 CSS3 JavaScript


🎮 Features

🔍 Evidence Tracker

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.

📖 Ghost Guide

Browse all 24 ghost types with detailed information including:

  • Required evidence
  • Unique abilities
  • Weaknesses
  • Hunt thresholds

🧰 Equipment Guide

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.

🧠 Hunting Trivia

Test your Phasmophobia knowledge with a quiz featuring questions about ghosts, evidence, and game mechanics. Track your high score!


📁 Project Structure

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

🎨 Design

  • 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

📊 Data

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

About

A feature-packed Phasmophobia web app for ghost hunters! Keep track of evidence, explore a detailed ghost guide, and test your knowledge with fun trivia.

Topics

Resources

License

Stars

Watchers

Forks

Contributors