Skip to content

shawakash/shaws

Repository files navigation

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

terminal-portfolio-chi.vercel.app

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/shawakash/shaws",
  "social": {
    "email": "shawakash2003@gmail.com",
    "github": "shawakash",
    "linkedin": "shawakash"
  },
  "aboutGreeting": "Hi I'm Akash. I'm a full stack engineer doing undergrad in ECE.",
  "projects": [
    [
      "PayBox",
      "Web3 Wallet For Buisness.",
      "https://github.com/shawkash/payBox"
    ],
    [
      "Youtube Creator",
      "Full stack framework for Uploading youtube videos where editor can edit which then could be published on providing authentication.",
      "https://github.com/shawkash/youtubeCreator"
    ],
    [
      "Whatsai",
      "Whatsapp Bot that lets you talk to ai(chatgpt)",
      "https://github.com/shawakash/whatsai"
    ],
    [
      "Game_Of_Life",
      "Conway's game of life implementaion in rust.",
      "https://github.com/shawakash/game_of_life"
    ],
    [
      "xChange",
      "Upcoming a end to end exchange like binance",
      "https://github.com/shawakash/game_of_life"
    ],
    [
      "Distributed Chat System",
      "Pub/Sub redis powered chat backend.",
      "https://github.com/shawakash/DistributeChat_Redis"
    ],
    [
      "Course_Selling App",
      "Simple Crud based Course selling app.",
      "https://github.com/shawakash/Course-Selling-App"
    ],
  ]
}

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

yarn install

Start the server

yarn run dev