Skip to content

This is a simple web-based terminal built using HTML, CSS (with Tailwind CSS), and JavaScript. The terminal provides a command-line interface where you can enter commands and get corresponding outputs.

License

Notifications You must be signed in to change notification settings

SaketKaswa20/Saket_Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Saket_Terminal

This is a simple web-based terminal built using HTML, CSS (with Tailwind CSS), and JavaScript. The terminal provides a command-line interface where you can enter commands and get corresponding outputs.

Getting Started

To use the Web Terminal, simply open the index.html file in a web browser. The terminal will be displayed on the page, and you can start entering commands.

Features

  • Customized terminal UI with a neon green text color and a deep black background.
  • Macbook-like buttons (close, minimize, maximize) at the top left corner of the terminal for aesthetic purposes.
  • Vertical scrollbar inside the terminal with a neon green color to match the text.
  • Commands available:
    • whoami: Displays my name.
    • clear: Clears the terminal screen.
    • exit: Exits the terminal with a message.
    • github: Opens my GitHub profile (https://github.com/SaketKaswa20).
    • linkedin: Opens my LinkedIn profile (https://www.linkedin.com/in/saket-kaswa/).
    • cd: Shows my current location.
    • saket --version: Displays my current age.
    • saket --education: Displays my current education status.
    • mail: Should open the mail app and start writing a mail to [email protected].
    • help: Shows available commands and their descriptions.

How to Use

  1. Enter a command in the input field (e.g., whoami, github, etc.).
  2. Press the Enter key to execute the command.
  3. The output of the command will be displayed on the next line.

Note

  • The Macbook-like buttons are for aesthetics only and do not have any functionality.
  • The terminal is styled to be responsive and should adjust to different screen sizes.

Acknowledgments

  • The terminal UI is styled using Tailwind CSS (https://tailwindcss.com/).
  • The scrollbar is customized using CSS scrollbar properties and pseudo-elements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to modify and use this Web Terminal as per your requirements.


Feel free to add more details, sections, or improve the README as needed. The above example covers the basic information about the Web Terminal and its features. Make sure to include any additional libraries or dependencies used in the project if applicable.

About

This is a simple web-based terminal built using HTML, CSS (with Tailwind CSS), and JavaScript. The terminal provides a command-line interface where you can enter commands and get corresponding outputs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages