Modern, secure portfolio website showcasing cybersecurity research and professional experience.
- 📱 Responsive design with mobile hamburger menu
- 📧 Secure contact form with email notifications
- 🔐 Multi-layer security (API auth, rate limiting, honeypot)
- 🎨 Custom branding with smooth animations
Frontend: React, CSS3
Backend: Node.js, Express, Nodemailer
Deploy: GitHub Pages, Heroku
# Clone and setup
git clone https://github.com/Adnibog/gp.git
cd gp
./setup.sh
# Configure Gmail App Password in server/.env
# https://myaccount.google.com/apppasswords
# Run development
cd server && npm run dev # Terminal 1
npm start # Terminal 2