Skip to content

dabit3/terminal-portfolio

Repository files navigation

Forked from https://github.com/nasan016/webshell

terminal.nader.codes

Vercel Vite TypeScript HTML5 CSS3

Features

  • [Tab] for auto completion.
  • [Esc] to clear the input line.
  • [↑][↓] to scroll through your command history.

???

banner
How did we get here?

Configuration

Most of the configuration is done in the config.json file.

Generate ascii here. ANSI Shadow is the current font family.

{
  "ascii": [
    "███╗   ██╗ █████╗ ██████╗ ███████╗██████╗ ",
    "████╗  ██║██╔══██╗██╔══██╗██╔════╝██╔══██╗",
    "██╔██╗ ██║███████║██║  ██║█████╗  ██████╔╝",
    "██║╚██╗██║██╔══██║██║  ██║██╔══╝  ██╔══██╗",
    "██║ ╚████║██║  ██║██████╔╝███████╗██║  ██║",
    "╚═╝  ╚═══╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝ "
  ],
  "repoLink": "https://github.com/dabit3/terminal-portfolio",
  "social": {
    "email": "dabit3@gmail.com",
    "github": "dabit3",
    "linkedin": "naderdabit"
  },
  "aboutGreeting": "Hi I'm Nader. I'm a full stack product engineer specializing in high impact developer marketing.",
  "projects": [
    [
      "React Native AI",
      "Full stack framework for building cross-platform mobile AI apps.",
      "https://github.com/dabit3/react-native-ai"
    ],
    [
      "React Native Elements",
      "Cross-Platform React Native UI Toolkit.",
      "https://github.com/react-native-elements/react-native-elements"
    ]
  ]
}

Run the Project Locally:

Clone the repository

git clone https://github.com/nasan016/webshell.git

Go to the project directory

cd webshell

Install the dependencies

npm install

Start the server

npm run dev