A fully responsive, dark-themed portfolio site built with Next.js 15, Tailwind CSS, Framer Motion, and deployed via Vercel.
Live Site: portfolio-website-five-fawn-84.vercel.app
This is my personal portfolio to showcase my background in software engineering and cybersecurity, highlight my featured and additional projects, and provide easy access for recruiters to connect with me via email, GitHub, and LinkedIn.
layoutId
to animate logo across transitionssrc/
├── app/ # App Router entry point (layout, page)
├── components/ # Hero, Projects, Navbar, Preloader, etc.
├── public/media/ # Project previews, logo, favicon
├── styles/ # Tailwind & global styles
Clone the repository and install dependencies:
git clone https://github.com/Cyber-Security-Tech/portfolio-website.git
cd portfolio-website
npm install
Start the development server:
npm run dev
Build for production:
npm run build
npm run start
📧 Email: [email protected]
🔗 GitHub | LinkedIn
🔖 Credits & Inspiration: This project was heavily inspired by Brittany Chiang’s portfolio. I recreated the design from scratch to learn modern web development practices and personalized it to reflect my own technical identity and career goals.