Cybersecurity Specialist & DevOps Engineer
# Clone the project
git clone https://github.com/Wasiq2006/portfolio-next.git
# Navigate to the directory
cd portfolio-next
# Install dependencies
npm install# Start development server
npm run devThe portfolio will be available at http://localhost:
npm run build- Neo-brutalist design
- Interactive terminal (Ctrl+K)
- Matrix rain animation
- GitHub contribution graph
- Blog system
- Fully responsive
- Email contact form
- Easter egg (Konami Code)
- React 18 + TypeScript
- Vite for fast builds
- Tailwind CSS for styling
- shadcn/ui for components
- React Router for navigation
- React Query for state management
src/
├── components/ # React components
├── pages/ # Page components
├── data/ # Static data and blog content
├── hooks/ # Custom React hooks
├── lib/ # Utilities
└── test/ # Tests
This project is open source. Feel free to use it as inspiration for your own portfolio!