π Personal portfolio showcasing AI systems, Cybersecurity tools, and Full-stack projects with a focus on real-world problem solving.
This portfolio highlights my work in:
- π€ Artificial Intelligence & Systems Engineering
- π Cybersecurity & Network Intelligence
- βοΈ Cloud & DevOps Technologies
- π» Full-Stack Development
logan-portfolio/
β
βββ public/ # Static assets
βββ src/
β βββ components/ # Reusable UI components
β βββ sections/ # Page sections (Hero, Projects, Skills)
β βββ assets/ # Images, icons, media
β βββ utils/ # Helper functions
β βββ App.tsx # Main app component
β βββ main.tsx # Entry point
β
βββ index.html
βββ package.json
βββ tailwind.config.js
βββ vite.config.ts
βββ README.md
flowchart TD
A[User Browser] --> B[Frontend - React + Vite]
B --> C[UI Components]
B --> D[3D Visualization - Three.js / R3F]
C --> E[Project Sections]
C --> F[Skills & Tech Stack]
D --> G[3D Animations]
D --> H[Interactive Elements]
B --> I[Assets & Static Files]
style A fill:#0f172a,color:#fff
style B fill:#1e293b,color:#fff
style D fill:#020617,color:#38bdf8
πΉ Clone the Repository
git clone https://github.com/LoganthP/MyPortfolio.git
cd MyPortfolio
πΉ Install Dependencies
npm install
πΉ Run the Project
npm run dev
πΉ Build for Production
npm run build
πΉ Preview Build
npm run preview
- β‘ High-performance React + Vite setup
- π¨ TailwindCSS modern UI
- π§ AI & Cybersecurity project showcase
- π 3D Tech Stack visualization
- π± Fully responsive design
- π₯ Smooth animations and interactions