Fake hacker web app and code typer, designed for fun
HackerDesktop is a fake hacker web app designed for fun, pranks, or cinematic flair. The main screen features a hacker code typer, simulating fast-paced terminal activity. Side windows include a faux port scanner that βscansβ IP addresses with realistic-looking feedback, and a random number calculator to generate fake encryption keys or access codes. Perfect for role-play, streaming overlays, or feeling like a pro hacker with zero risk.
HackerDesktop is a static web app created with plain JavaScript and SCSS. It uses Winbox as a dependency for displaying windows inside the application. Each "hacker app" (window) logic is located in a separate file in the modules folder.
Use the hosted version at d2l8gyoh7b3otl.cloudfront.net (automatic deploys from this repo).
Firstly, clone the repository and install the dependencies using:
$ npm install
Then, you can start the development web server with:
$ npm start
A production build of the web app can be created using:
$ npm run build
The output files are located in the dist folder.
Contributions are always very welcome! It's completely equal if you're a beginner or a more experienced developer.
Please read our Contribution Guidelines before creating an issue or submitting a pull request.
Thanks for your interest ππ!
