Skip to content

PotatoGamo/TerminalGoogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Google

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.

Features

  • Simulates a command-line interface.
  • Basic styling with a dark theme.
  • Executes a simple echo command by default.

Usage

  1. Open the index.html file in a web browser.
  2. Type a command in the input field and press Enter.
  3. View the simulated command output in the "Terminal Google."

Customization

Feel free to customize the appearance and functionality:

  • Modify the CSS styles in the styles.css file.
  • Extend the command execution logic in the script.js file (inside the executeCommand function).

License

This project is licensed under the MIT License.

Acknowledgments

  • Built with HTML, CSS, and JavaScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors