This project is a terminal-style, retro-themed interactive web app that mimics a shell interface. Users can explore fake directories, view markdown files, and interact using typed commands β just like a real terminal.
- π Login Simulation: Start with
login(password:rh3xp) - π Virtual Filesystem: Navigate using
cd,ls, and create files withtouch - π Markdown Rendering: Use
cat about.mdto see markdown rendered as styled HTML - π§ Command History: Press
β/βto cycle through previous commands - β‘ Autocomplete: Press
Tabto autocomplete filenames - π¨ Theme Toggle: Use
themeto switch to light mode (from default dark)
| Command | Description |
|---|---|
login |
Prompts for password (rh3xp) to enable commands |
help |
Lists available commands |
ls |
Lists contents of current directory |
cd [dir] |
Changes directory |
cat [file] |
Renders markdown or shows file not found |
touch [file] |
Creates a new file in current directory |
open [item] |
Simulates opening a project or file |
whoami |
Shows identity |
clear |
Clears the terminal |
exit |
Ends session |
theme |
Toggles light/dark mode |
/ βββ projects/ β βββ project1 β βββ project2 βββ resume.pdf βββ notes.txt βββ about.md