My perfolio website in terminal version developed with React, TypeScript and Styled-Components. Multiple themes supported and keyboard shortcuts can be used for some functionalities.
- Responsive Design 📱💻
 - Multiple themes 🎨
 - Autocomplete feature ✨ (TAB | Ctrl + i)
 - Go previous and next command ⬆️⬇️
 - View command history 📖
 - PWA and Offline Support 🔥
 - Well-tested ✅
 
- Frontend - React, TypeScript
 - Styling - Styled-Components
 - UI/UX - Figma
 - State Management - ContextAPI
 - Testing - Vitest, React Testing Library
 - Deployment - Netlify
 
Currently, this website supports 6 themes. Type themes in the terminal for more info.

Clone the project
git clone https://github.com/hammad-mohi/cli-portfolio.gitGo to the project directory
cd terminal-portfolioRemove remote origin
git remote remove originInstall dependencies
npm installStart the server
npm run devThis project was forked from satnaing/terminal-portfolio
