A sleek, hacker-inspired portfolio website themed after Kali Linux.
Built with React & TypeScript, simulating Kali Linux desktop environment to showcase projects, resume, and contact info.
- Responsive, terminal-style portfolio UI
- Kali Linux color theme and visuals
- Autocomplete (TAB / Ctrl+i)
- Command history navigation (Up / Down)
- Built-in commands: about, help, projects, resume, socials, email, education, etc.
- Keyboard-first experience (type commands, open windows, toggle fullscreen)
- TypeScript
- React + Vite
- Styled Components (for styling)
- Netlify (hosting)
Clone the project and install dependencies:
git clone https://github.com/jihedkdiss/Kali-Linux-Hacker-Portfolio.git
cd Kali-Linux-Hacker-Portfolio
git remote remove origin
pnpm install
pnpm dev
The repo uses pnpm in the workspace;
npm install
also works butpnpm
is recommended for speed and deterministic installs.
Contributions are welcome. If you'd like to contribute:
- Fork the repo
- Create a feature branch
- Open a PR describing your change