Web_Terminal banner

Web_Terminal

2 devlogs
1h 42m

web terminal that gives hacking vibes .in it you can type in given commands and it works just like a terminal but has sound effects(cool keys typing voice) and dramatic effects and TEXT! i added alot of gibberish text cuz why not :))

This project uses AI

used ai to help in writing readme(since time was short) :))

Demo Repository

Loading README...

aneezakiran07

Shipped this project!

HI!!
so I built a fake hacker web terminal(cuz i need that KEYBOARD)
type commands into a glowing green CRT screen with scanlines and corner vignette like an old tube monitor. if u type something wrong and the whole screen shakes and throws a red error. type explode and it counts down then glitches out and DIES/Kill itself
the hardest part was honestly the input not working at ALL for way too long. the scanline overlay was messing around :”)
also the boot sequence random text gibberish was fun lol , just dumped alot of word into it cuz WHY NOT

aneezakiran07

input placeholder and readme

Before

  • input bar was blank with no hint that it was interactive - like user had to find out where to type the command :”)
    readme did not exist in the repo

Now

  • input shows “type your command here….” in dim green until the user types
  • readme is live in the repo with setup, commands, and concepts documented

demo video attached

0
aneezakiran07

devlog 1 Setup of boot screen,some commands and input taking

  • full retro crt terminal with vt323 font, green glow, scanline overlay, and vignette corners
  • boot sequence fires on load using getRandomLetter and getRandomNumber for dump lines and an ascii logo
  • handleCommands validates input against the VALID_COMMANDS array and routes to the right function
  • help, clear, exit, echo, status, and decrypt commands all working
  • bad commands trigger a screen shake animation and a red error line
  • web audio api provides a low-frequency hum and a mechanical click on every keypress
  • terminal auto-scrolls to bottom on every new line added
Attachment
0