Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 701 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 701 Bytes

Website-Terminal

A Linux based website terminal only using static & vanilla Javascript, HTML, and CSS.

Github Deployment: https://zacky2613.github.io/Website-Terminal

Features

  • Custom commands (like help, about, terminal, password)
  • Linux imported commands (echo, history, ls, cat)
  • Press Arrowup to use previous command like an actual terminal

Inspriation

This project was first started in July 2022 inspired by This ForrestKnight Video.

I then used a similar website like this by Craig feldman for some concept ideas (such as banner prompt text and a command on how it was made)