Recreate the iconic neuralizer from Men In Black! This web-based app uses your phone's flashlight and sound to simulate the memory-wiping flash effect. Now fully responsive and available as a Progressive Web App (PWA).
- Inspired by the Men In Black franchise.
- After looking for it on the Google Playstore and not finding it, I came up with the idea. I needed it for a Halloween party my co-workers and I held. I looked for images samples of the device and then designed it on Figma. Once I was satisfied with the design, I developed it.
- Interactive flashlight and sound effect simulation.
- Fully functional as a PWA—installable and offline-capable.
- Cross-device compatibility for smartphones, tablets, and desktops.
- Built with pure web technologies for accessibility and ease of use.
Check it out in action: Live Demo Link
# Clone the repository
git clone https://github.com/yourusername/neuralizer.git
# Navigate to the project directory
cd neuralizer
# Open the index.html file in a browser
open index.html
For a better experience, serve it via a local server using tools like Live Server or http-server.
- Go to the Live Demo Link.
- You will be prompted with a popup that encourages you to install it. Tap on it.
- Wait until the installation finishes. If successful, you will see a new app called "MIB Neuralizer" next to the rest of your apps.
- Open the app on your phone's browser.
- Click the button to activate the neuralizer.
- Enjoy the flash and sound effects!
- Frontend: HTML5, CSS3, JavaScript.
- PWA: Service Workers, Web App Manifest.
- APIs: Access to flashlight and sound features.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
git checkout -b feature-name
- Make your changes and commit.
git commit -m "Add feature-name"
- Push to the branch (git push origin feature-name).
git push origin feature-name
- Open a Pull Request.
This project is licensed under the Creative Commons Attribution-NonCommercial (CC BY-NC 4.0)