A fun and unique interactive terminal-style resume built with React, TypeScript, and Tailwind CSS — where users can "run" commands to learn more about you, just like in a real command line interface.
First, run the development server:
git clone https://github.com/priyez/Interactive-Terminal-Resume.git
cd interactive-terminal-resume
npm install
# or
yarn
npm run dev
# or
yarn dev
Inside the terminal, users can type:
help # Show available commands
summary # Brief introduction
skills # Technologies and skills
experience # Work history
education # Education info
contact # Contact information
theme # Change theme (dark, light, hacker)
clear # Clear the terminal
This project is a creative twist on traditional resumes, allowing developers to showcase their skills in a tech-savvy, engaging, and interactive way.