Welcome to my personal portfolio website! This is an interactive terminal-based portfolio built with React, TypeScript, Vite, and Tailwind CSS.
- Interactive terminal interface simulating a command-line experience
- Portfolio commands to showcase skills, projects, and contact information
- Virtual file system navigation
- ASCII art animations including a rotating 3D cube
- Responsive design that works on various screen sizes
help
- Display available commandsskills
- Show technical skillsprojects
- List portfolio projectscontact
- Display contact informationmatrix
- Show a rotating 3D ASCII cube animationclear
- Clear the terminal screenls
- List files in current directorycat <filename>
- Display file contentscd <directory>
- Change directory
This project is built with:
- React with TypeScript
- Vite as the build tool
- Tailwind CSS for styling
To run locally:
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm run dev
The site can be built for production with npm run build
and served with npm run preview
.
Feel free to explore the code and reach out if you have any questions!