A unique, interactive web-based terminal portfolio built with Next.js. This project allows you to showcase your skills, projects, and personal information in a command-line interface style.
https://gitvivek14s-terminal.vercel.app/
- Interactive command-line interface
- Custom commands to display various information
- Responsive design for desktop and mobile devices
- Easy customization through configuration files
- Next.js
- TypeScript
- React
- Tailwind CSS
- Clone the repository: https://github.com/gitvivek14/gitvivek14s-Terminal
- Install dependencies: cd terminal-portfolio npm install
- Run the development server: npm run dev
- Open http://localhost:3000 in your browser to see the result.
You can easily customize this portfolio to make it your own:
-
Modify the
config.json
file to update personal information, add new commands, or change existing command outputs. -
Edit the
lib/bin.utils.ts
file to add new command functionalities or modify existing ones.
[List some of the available commands in your terminal, e.g.]
help
: Display available commandsabout
: Show information about youprojects
: List your projectscowsay [text]
: Fun Command
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
Vivek
- GitHub: @gitvivek14