An open API service indexing awesome lists of open source software.

https://github.com/0l1v3rr/0l1v3rr.github.io

Kali Linux terminal-like interactive portfolio website
https://github.com/0l1v3rr/0l1v3rr.github.io

kali kali-linux linux personal personal-website personal-wepage portfolio portfolio-website react terminal terminal-portfolio terminal-portfolio-website terminal-style-website terminal-website typescript web-terminal

Last synced: 4 months ago
JSON representation

Kali Linux terminal-like interactive portfolio website

Awesome Lists containing this project

README

          

Kali Linux Terminal Portfolio Website

screenshot


## Features

- Kali Linux-like interface
- Fun commands
- Tab autocomplete
- Hotkeys
- Interactive UI


[![My Tech Stack](https://github-readme-tech-stack.vercel.app/api/cards?title=This%20Project's%20Tech%20Stack&lineCount=1&theme=github_dark&align=left&line1=typescript,typescript,auto;react,react,auto;tailwindcss,tailwind,auto;)](https://github.com/0l1v3rr/github-readme-tech-stack)


## Building from source

```sh
# 1. Clone the repo
git clone https://github.com/0l1v3rr/0l1v3rr.github.io.git
cd 0l1v3rr.github.io

# 2. Install the necessary dependencies
npm i

# 3. Run the app
npm start
```