An interactive terminal-style developer portfolio where visitors explore my work by typing commands — just like using a real command line.
Instead of scrolling through sections, users interact with the portfolio using commands such as help, whois, projects, and more.
(Add demo GIF here)
Type help to see available commands.
Some useful ones:
help
whois
projects
skills
socials
resume
theme --guide
clear
- HTML5
- CSS3
- JavaScript (ES Modules)
.
├── fonts
├── public
│ ├── portfolio-logo.png
│ └── Rajendra-Behera-Web-Developer-Resume.pdf
├── index.html
├── style.css
├── script.js
└── commands.js
Rajendra Behera
GitHub https://github.com/BRajendra10
LinkedIn https://linkedin.com/in/behera-rajendra
✅ This version is better for your case because
- Very short
- Encourages people to open the portfolio
- README does not repeat portfolio content
- Looks clean on GitHub
💡 One more small GitHub trick that will make this repo look much more professional:
Add this line at the top of README:
Live Demo: https://your-netlify-link.netlify.app
Recruiters will click it immediately.
If you want, I can also show you how to make your terminal portfolio look even more impressive with 3 small features (command history, tab autocomplete, fake typing animation) — those make it look insanely good in interviews.