An interactive web-based game to learn about email phishing security in a fun way.
- Interactive email examples
- Real-world phishing scenarios
- Instant feedback and explanations
- Score tracking
- Educational clues and tips
- HTML5
- JavaScript (ES6+)
- Tailwind CSS
- JSON for data storage
- Clone the repository:
git clone [your-repo-url]- Navigate to the project directory:
cd phishing-trainer- Start a local server:
python3 -m http.server 3000- Open your browser and visit:
http://localhost:3000
- Read the displayed email carefully
- Decide if it's a phishing attempt or a legitimate email
- Click "Phishing" or "Safe" based on your decision
- Learn from the feedback and explanations
- Try to get the highest score!
Feel free to contribute to this project:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.