This is a simple terminal themed portfolio built using JavaScript. It allows you to perform basic terminal operations like checking available commands, getting information about the developer, listing the technologies the developer has worked with, and more.
Simply open the index.html file in your browser. The terminal interface will be displayed, and you can type commands in the input field at the bottom. Available commands are displayed by typing the help command. Type clear to clear the terminal. You can also type open [link-name] to open a link from the list of available links. For example, open github will open the developer's GitHub page. There's also a surprise command surprise. Give it a try!
This application uses JavaScript, HTML, and CSS.
You can use this repository and customize the code to make your own similar portfolio.