My perfolio website in terminal version developed with NextJS, TypeScript and TailwindCSS. It supports some keyboard shortcuts that can be used for some functionalities.
- Responsive Design 📱💻
- Command completion based on what command is being entered ✨
- Clear history using CMD + K - 📜
- Go previous and next command ⬆️⬇️
- Handle outside to keep focus on command input 👀
- Multitheme support 🎨
- Major refactor to use svgs instead of icon libs 💻
- Improve customisation so others can update the config and use this as a template 🔥
Frontend - NextJS, TypeScript
Styling - TailwindCSS
State Management - ContextAPI
Deployment - Vercel
Clone the project
git clone https://github.com/akashmane2209/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 run dev
Here are some inspiration for this kind of terminal website. Only some features and functionalities are inspired by these following websites. All codes are written on my own.