https://github.com/muhammad-fiaz/terminal-web
โก Interactive terminal-style portfolio built with SvelteKit.
https://github.com/muhammad-fiaz/terminal-web
js open-source svelte svelte-terminal svelte-website sveltekit sveltekit-template tailwindcss tailwindcss-v4 terminal ts web web-terminal website
Last synced: 19 days ago
JSON representation
โก Interactive terminal-style portfolio built with SvelteKit.
- Host: GitHub
- URL: https://github.com/muhammad-fiaz/terminal-web
- Owner: muhammad-fiaz
- License: mit
- Created: 2025-04-12T18:07:35.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-04-12T18:17:16.000Z (19 days ago)
- Last Synced: 2025-04-12T19:25:43.110Z (19 days ago)
- Topics: js, open-source, svelte, svelte-terminal, svelte-website, sveltekit, sveltekit-template, tailwindcss, tailwindcss-v4, terminal, ts, web, web-terminal, website
- Language: Svelte
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal Web
A minimal command-line style portfolio built with SvelteKit.
## ๐งช Commands Supported
- `help` โ list all commands
- `about` โ visit portfolio link
- `cd` โ change directory (mocked)
- `clear` / `cls` โ clear terminal## ๐ Run Locally
```bash
git clone https://github.com/muhammad-fiaz/terminal-web
cd terminal-web
npm install
npm run dev
```