DEV Community

MD Nayeem Miah
MD Nayeem Miah

Posted on

I built an interactive terminal portfolio you can run with: npx hello-nayeem

My Terminal Portfolio

Run this in your terminal:

npx hello-nayeem
Enter fullscreen mode Exit fullscreen mode

Features

  • Arrow key navigation
  • Real-time search
  • Projects section
  • Education section
  • Contact form
  • Password-protected inbox

How I built it

  • Pure Node.js (no frameworks)
  • ANSI color codes for terminal styling
  • SHA-256 password hashing with crypto module
  • Raw mode stdin for arrow key detection

Source code

GitHub: https://github.com/nayeem-miah/hello-nayeem
portfolio link: https://nayeem-miah.vercel.app

Top comments (0)