I have created a terminal version of my portfolio website using Angular 15, which offers support for multiple themes and enables the use of keyboard shortcuts for certain functions.
- Responsive Design 📱💻
- Multiple themes 🎨
- Autocomplete feature ✨ (TAB | Ctrl + i)
- Go previous and next command ⬆️⬇️
Frontend - Angular
Styling - SCSS
UI/UX - Figma
Deployment - Github Actions, Github Pages
Currently, this website supports 5 themes. Type themes
in the terminal for more info.
Clone the project
git clone https://github.com/anirban983/terminal-portfolio.git
Go to the project directory
cd terminal-portfolio
Remove remote origin
git remote remove origin
Install dependencies
npm install
Start the server
npm start
These following websites provided some inspiration for creating this type of terminal website. Only some features and functionalities are inspired by these following websites. All codes are written on my own.