root-Manas / Terminal-portfolio

Terminal based Portfolio

Home Page:https://manasraj-terminal.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vercel Vite TypeScript HTML5 CSS3

Create your own terminal Check out manasraj-termial for an example.

Features

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

Configuration

You can Configure your details in config.json file.

{
  "title": "Manas's Terminal",
  "username": "visitor",
  "hostname": "asimov",
  "social": {
    "email": "dev.manas@protonmail.com",
    "github": "root-Manas",
    "linkedin": "manasraj-singh"
  },
  "aboutGreeting": "Hello Mate.",
  "projects": [
    [
      "Project Name",
      "Project Description",
      "Project Link"
    ],
    [
      "Another Project Name",
      "Another Project Description",
      "Another Project Link"
    ]
  ],
  "colors": {

  }
}

Run the Project Locally:

Clone the repository

git clone https://github.com/root-Manas/Terminal-portfolio

Go to the project directory

cd Terminal-portfolio

Install the dependencies

npm install #This installs package.json dependencies

Start the server

npm run dev 

This starts the vite server but locally. When in production use npm run build on Vercel or Netlify

About

Terminal based Portfolio

https://manasraj-terminal.vercel.app/


Languages

Language:TypeScript 76.0%Language:CSS 16.6%Language:HTML 7.4%