https://github.com/hackesticmedusa/hackers-terminal
Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.
https://github.com/hackesticmedusa/hackers-terminal
customizable-messages educational frontend fun-project hacking-simulation interactive javascript mit-license terminal-interface web-application
Last synced: about 2 months ago
JSON representation
Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.
- Host: GitHub
- URL: https://github.com/hackesticmedusa/hackers-terminal
- Owner: HackesticMedusa
- License: mit
- Created: 2024-07-20T14:53:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T20:40:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T03:49:39.198Z (over 1 year ago)
- Topics: customizable-messages, educational, frontend, fun-project, hacking-simulation, interactive, javascript, mit-license, terminal-interface, web-application
- Language: JavaScript
- Homepage: https://hackers-terminal-hm.vercel.app
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacker's Terminal
Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.
## Features
- Realistic terminal interface
- Blinking cursor that moves to the end of the latest word
- Randomized message display intervals
- Easy to customize messages
## Screenshot

## Installation
1. Clone the repository:
```bash
git clone https://github.com/HackesticMedusa/Hackers-Terminal.git
```
2. Navigate to the project directory:
```bash
cd Hackers-Terminal
```
3. Open `index.html` in your web browser to see the terminal in action.
## Usage
To customize the messages displayed in the terminal, edit the `messages` array in `script.js`:
```javascript
const messages = [
"Initializing Hacking...",
"Reading your Files...",
"Password files Detected...",
"Sending all passwords and personal files to server...",
"Cleaning up..."
];
```
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License. See the LICENSE file for details.