A modern, high-performance portfolio website built with Flask and Bootstrap 5, featuring a custom-built AI Automation Engine for lead management.
- Frontend: HTML5, CSS3, Bootstrap 5 (Custom Dark/Light Theme)
- Backend: Python / Flask
- Automation: Make.com (formerly Integromat)
- APIs & Integrations: Gmail API, Webhooks
- Database: SQLite (Used for Expense Tracker Pro project)
- Responsive UI: Optimized for all screen sizes with a "Midnight Tech" aesthetic.
- Automation Bridge: Contact form data is captured via a Flask backend and sent to a Make.com webhook in real-time.
- Instant Notifications: Automated email delivery of leads via Gmail API with formatted HTML content.
- Dynamic Theme Engine: Supports both Light and Dark modes with smooth transitions.
Nishanth_Portfolio/
├── app.py # Flask Backend & Webhook Logic
├── static/ # CSS, Images, and Javascript
├── templates/ # HTML Templates (index.html)
└── .gitignore # Prevents pushing sensitive/temp files