A basic implementation of a fake terminal named "Terminal Google" using HTML, CSS, and JavaScript. This project provides a visually appealing representation of a terminal interface with a customizable appearance.
- Simulates a command-line interface.
- Basic styling with a dark theme.
- Executes a simple echo command by default.
- Open the
index.htmlfile in a web browser. - Type a command in the input field and press Enter.
- View the simulated command output in the "Terminal Google."
Feel free to customize the appearance and functionality:
- Modify the CSS styles in the
styles.cssfile. - Extend the command execution logic in the
script.jsfile (inside theexecuteCommandfunction).
This project is licensed under the MIT License.
- Built with HTML, CSS, and JavaScript.